aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 19:58:11 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 19:58:11 +0700
commitcba99de2ca02a02f02eded936d7c43c3176b4806 (patch)
treed2ad9852030afd7c281723b8a1c9f394c46242eb /src
parentFix lint (diff)
downloadferdium-app-cba99de2ca02a02f02eded936d7c43c3176b4806.tar.gz
ferdium-app-cba99de2ca02a02f02eded936d7c43c3176b4806.tar.zst
ferdium-app-cba99de2ca02a02f02eded936d7c43c3176b4806.zip
Fix GitHub links to reflect Ferdi org
Diffstat (limited to 'src')
-rw-r--r--src/components/auth/AuthLayout.js2
-rw-r--r--src/components/settings/settings/EditSettingsForm.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 641b754ed..0c5198583 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -87,7 +87,7 @@ export default @observer class AuthLayout extends Component {
87 })} 87 })}
88 </div> 88 </div>
89 {/* </div> */} 89 {/* </div> */}
90 <Link to="https://github.com/kytwb/ferdi" className="auth__adlk" target="_blank"> 90 <Link to="https://github.com/getferdi/ferdi" className="auth__adlk" target="_blank">
91 <img src="./assets/images/adlk.svg" alt="" /> 91 <img src="./assets/images/adlk.svg" alt="" />
92 </Link> 92 </Link>
93 </div> 93 </div>
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index ef6ab2707..012a10aa6 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -217,7 +217,7 @@ export default @observer class EditSettingsForm extends Component {
217 {' '} 217 {' '}
218 or 218 or
219 {' '} 219 {' '}
220 <a href="https://github.com/vantezzen/ferdi-server" target="_blank">using a self-hosted ferdi-server</a> 220 <a href="https://github.com/getferdi/server" target="_blank">using a self-hosted ferdi-server</a>
221 {' '} 221 {' '}
222 (if you have the knowledge and resources to do so). 222 (if you have the knowledge and resources to do so).
223 <br /> 223 <br />