diff options
-rw-r--r-- | HACKING.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | project/templates/trabajo/index.djhtml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ - Clone **Personal-site** ```console -$ git clone https://libregit.org/heckyel/personal-site.git +$ git clone https://git.sr.ht/~heckyel/personal-site ``` - Run `virtualenv`. @@ -31,7 +31,7 @@ packages, you will probably want the following: 1. Clone personal-site - $ git clone https://libregit.org/heckyel/personal-site.git + $ git clone https://git.sr.ht/~heckyel/personal-site 2. Run `virtualenv`. diff --git a/project/templates/trabajo/index.djhtml b/project/templates/trabajo/index.djhtml index acdf1dd..eb7ddd4 100644 --- a/project/templates/trabajo/index.djhtml +++ b/project/templates/trabajo/index.djhtml @@ -145,7 +145,7 @@ 2017 - {% now "Y" %} - Heckyel <a rel="license noopener noreferrer" href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank"> <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr></a> | <a rel="noopener noreferrer" - href="https://libregit.org/heckyel/personal-site" + href="https://git.sr.ht/~heckyel/personal-site" target="_blank">Source Code</a> <a hidden href="{% static 'core/librejs.html' %}" data-jslicense="1" rel="license">Información de licencias de JavaScript.</a> </p> |