Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
luxcem
memopol
Commits
8df52bb7
Commit
8df52bb7
authored
Dec 18, 2016
by
Porkepix
Browse files
Change git URL and cloning text/repository name after project rename
parent
e5046e6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/development.rst
View file @
8df52bb7
...
...
@@ -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_
memo
ry
$ cd memo
pol
$ 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_
memo
ry
'...
Cloning into 'memo
pol
'...
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_
memo
ry
/
$ cd memo
pol
/
Create your own branch, ie::
...
...
docs/hacker.rst
View file @
8df52bb7
...
...
@@ -16,7 +16,7 @@ Testing
Use the ``tox -l`` command to list tests::
$ pip install tox
$ cd
political_
memo
ry
/
$ cd memo
pol
/
$ tox -l
Use the ``tox -e`` command to execute a particular test suite::
...
...
src/memopol/templates/home.html
View file @
8df52bb7
...
...
@@ -126,11 +126,11 @@
<div
class=
"col-md-4"
>
<h3>
{% trans "Contributing" %}
</h3>
<div
class=
"btn-group"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git.laquadrature.net/
political-memory/political_
memo
ry
"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git.laquadrature.net/
memopol/
memo
pol
"
>
{% fontawesome_icon "git" %}
{% trans "Code repository" %}
</a>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git.laquadrature.net/
political-memory/political_
memo
ry
/issues/new"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git.laquadrature.net/
memopol/
memo
pol
/issues/new"
>
{% fontawesome_icon "bug" %}
{% trans "Report an issue" %}
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment