From 8df52bb7573e0dbc99ce321a2a779186ab41ff37 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Sun, 18 Dec 2016 20:10:23 +0100 Subject: [PATCH] Change git URL and cloning text/repository name after project rename --- docs/development.rst | 6 +++--- docs/hacker.rst | 2 +- src/memopol/templates/home.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index d89c86c..209d67b 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -20,7 +20,7 @@ that's how you will learn most. Here's how to try it:: $ git clone https://git.laquadrature.net/memopol/memopol.git - $ cd political_memory + $ cd memopol $ source bin/quickstart.sh If you want more control or if it doesn't work for you, then follow the steps @@ -56,7 +56,7 @@ You should fork the project on git laquadrature.net and use the fork's clone url sake of the demo, we'll use the main repository URL:: $ git clone https://git.laquadrature.net/memopol/memopol.git - Cloning into 'political_memory'... + Cloning into 'memopol'... remote: Counting objects: 2516, done. remote: Compressing objects: 100% (109/109), done. remote: Total 2516 (delta 44), reused 0 (delta 0), pack-reused 2402 @@ -64,7 +64,7 @@ sake of the demo, we'll use the main repository URL:: Resolving deltas: 100% (1103/1103), done. Checking connectivity... done. - $ cd political_memory/ + $ cd memopol/ Create your own branch, ie:: diff --git a/docs/hacker.rst b/docs/hacker.rst index 541160e..bf784ad 100644 --- a/docs/hacker.rst +++ b/docs/hacker.rst @@ -16,7 +16,7 @@ Testing Use the ``tox -l`` command to list tests:: $ pip install tox - $ cd political_memory/ + $ cd memopol/ $ tox -l Use the ``tox -e`` command to execute a particular test suite:: diff --git a/src/memopol/templates/home.html b/src/memopol/templates/home.html index 1d06197..807f0a5 100644 --- a/src/memopol/templates/home.html +++ b/src/memopol/templates/home.html @@ -126,11 +126,11 @@

{% trans "Contributing" %}