You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ body:
6
6
- type: checkboxes
7
7
attributes:
8
8
label: Code of conduct
9
-
description: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md).
9
+
description: I have read and agree to adhere to the [Code of Conduct](https://github.com/session-foundation/session-android/blob/master/CODE_OF_CONDUCT.md).
10
10
options:
11
-
- label: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md)
11
+
- label: I have read and agree to adhere to the [Code of Conduct](https://github.com/session-foundation/session-android/blob/master/CODE_OF_CONDUCT.md)
Copy file name to clipboardExpand all lines: BUILDING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Setting up a development environment and building from Android Studio
28
28
29
29
1. Open Android Studio. On a new installation, the Quickstart panel will appear. If you have open projects, close them using "File > Close Project" to see the Quickstart panel.
30
30
2. From the Quickstart panel, choose "Checkout from Version Control" then "git".
31
-
3. Paste the URL for the session-android project when prompted (https://github.com/oxen-io/session-android.git).
31
+
3. Paste the URL for the session-android project when prompted (https://github.com/session-foundation/session-android.git).
32
32
4. Android Studio should detect the presence of a project file and ask you whether to open it. Click "yes".
33
33
5. Default config options should be good enough.
34
34
6. Project initialization and building should proceed.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Add the [F-Droid repo](https://fdroid.getsession.org/)
6
6
7
-
[Download the APK from here](https://github.com/oxen-io/session-android/releases/latest)
7
+
[Download the APK from here](https://github.com/session-foundation/session-android/releases/latest)
8
8
9
9
## Summary
10
10
@@ -14,7 +14,7 @@ Session integrates directly with [Oxen Service Nodes](https://docs.oxen.io/about
14
14
15
15
## Want to contribute? Found a bug or have a feature request?
16
16
17
-
Please search for any [existing issues](https://github.com/oxen-io/session-android/issues) that describe your bugs in order to avoid duplicate submissions. Submissions can be made by making a pull request to our `dev` branch. If you don't know where to start contributing, try reading the Github issues page for ideas.
17
+
Please search for any [existing issues](https://github.com/session-foundation/session-android/issues) that describe your bugs in order to avoid duplicate submissions. Submissions can be made by making a pull request to our `dev` branch. If you don't know where to start contributing, try reading the Github issues page for ideas.
18
18
19
19
## Build instructions
20
20
@@ -29,8 +29,8 @@ Want to help us translate Session into your language? You can do so at https://c
0 commit comments