diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-30 18:26:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-30 18:26:09 -0500 |
commit | 4004361549ca1c3efe16b55d6133eddef1e2816c (patch) | |
tree | fc211ada7ddcfd1b5bc08b678e5b4aea9d0c8215 | |
parent | de432a4b835cf116f3fa5ab07dbfd9f1ef044d79 (diff) | |
download | personal-site-4004361549ca1c3efe16b55d6133eddef1e2816c.tar.lz personal-site-4004361549ca1c3efe16b55d6133eddef1e2816c.tar.xz personal-site-4004361549ca1c3efe16b55d6133eddef1e2816c.zip |
update URL source
-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> |