diff options
author | Andrew Manning <tamanning@zoho.com> | 2018-06-08 05:37:23 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2018-06-08 05:37:23 -0400 |
commit | 4feff1cf897918892e6555b431f0d069031a8597 (patch) | |
tree | 5684eddda15fd014cfda4d1737108191a8576cfc /doc/es-es/git_for_non_developers.bb | |
parent | df2d18160212ec546ec640dd1d2152fecada5557 (diff) | |
download | volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.gz volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.bz2 volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.zip |
Update github.com git repo URLs with framagit.org URLs
Diffstat (limited to 'doc/es-es/git_for_non_developers.bb')
-rw-r--r-- | doc/es-es/git_for_non_developers.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/es-es/git_for_non_developers.bb b/doc/es-es/git_for_non_developers.bb index 7a3ab980b..2599c2f7c 100644 --- a/doc/es-es/git_for_non_developers.bb +++ b/doc/es-es/git_for_non_developers.bb @@ -22,7 +22,7 @@ Una vez que lo haya hecho, cd en el directorio, y aƱadir un upstream. [code]
cd red
-git remote add upstream https://github.com/redmatrix/hubzilla
+git remote add upstream https://framagit.org/hubzilla/core/
[/code]
A partir de ahora, puede realizar cambios en el upstream con el comando
|