Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit 6bc29a3

Browse files
author
Joshua Smith
committed
Update to link to new site.
1 parent 89b5bb0 commit 6bc29a3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

resources/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<body>
77
<img src="../style/icons/app_logo.png" height="100" alt="Firetext" />
88
<h1>Firetext v.0.2</h1>
9-
<p class="acenter">Firetext is made by the <a href="https://github.com/Codexa">Codexa Organization</a></p>
10-
<p class="acenter">More info at <a href="http://firetext.co.nf/">Firetext.co.nf</a></p>
9+
<p class="acenter">Firetext is made by the <a href="http://www.codexa.org/">Codexa Organization</a></p>
10+
<p class="acenter">More info at <a href="http://firetext.codexa.org/">our site</a>.</p>
1111
<hr/>
1212
<h3>Design</h3>
1313
<p>We have designed Firetext to be delightfully dynamic!</p>
@@ -16,7 +16,7 @@ <h3>Code</h3>
1616
<h3>Open Source</h3>
1717
<p>It's free! Firetext is a open source project that from the start aims to give users professional productivity power in their pockets!</p>
1818
<h3>License</h3>
19-
<p>Firetext is licensed under the GPLv3. See <a href="http://codexa.co.nf/licenses/gpl.txt">GPLv3 License</a></p>
19+
<p>Firetext is licensed under the GPLv3. See <a href="http://www.codexa.org/licenses/gpl.txt">GPLv3 License</a></p>
2020
<style>
2121
body {
2222
text-align: center;

resources/dropbox/dropbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dropAPI.client = new Dropbox.Client({
66

77
dropAPI.client.authDriver(new Dropbox.Drivers.Popup({
88
rememberUser: true,
9-
receiverUrl: "http://codexa.co.nf/firetext/dropbox-success/"
9+
receiverUrl: "http://firetext.codexa.org/dropbox-success/"
1010
}));

0 commit comments

Comments
 (0)