diff --git a/README.html b/README.html index 8aa358ac96dda23eb25389e66822e2bfb45b7325..9d79b0fffa411a235fae0cd4fb691a6cb4e35b7a 100644 --- a/README.html +++ b/README.html @@ -394,7 +394,7 @@ ul.auto-toc {

Where is the Documentation ?

-

The documentation is available on the PythonicGcodeMachine Home Page.

+

The documentation is available on the PythonicGcodeMachine Home Page.

What are the main features ?

diff --git a/README.rst b/README.rst index 9d569cbe161568f9f604b6163dfef51d24339dd5..6269f708ac2f355371debfab9948d74adc3b4483 100644 --- a/README.rst +++ b/README.rst @@ -17,10 +17,10 @@ :height: 15px :width: 80px -.. |PythonicGcodeMachineUrl| replace:: @project_url@ +.. |PythonicGcodeMachineUrl| replace:: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachineHomePage| replace:: PythonicGcodeMachine Home Page -.. _PythonicGcodeMachineHomePage: @project_url@ +.. _PythonicGcodeMachineHomePage: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachine@readthedocs-badge| image:: https://readthedocs.org/projects/PythonicGcodeMachine/badge/?version=latest :target: http://PythonicGcodeMachine.readthedocs.org/en/latest diff --git a/doc/sphinx/source/project-links.txt b/doc/sphinx/source/project-links.txt index 321c116dd3a6e0624554b8a8c4eb459210f01c5c..f89650b5614e7cfa5121003a03d565b6638f724f 100644 --- a/doc/sphinx/source/project-links.txt +++ b/doc/sphinx/source/project-links.txt @@ -15,10 +15,10 @@ :height: 15px :width: 80px -.. |PythonicGcodeMachineUrl| replace:: @project_url@ +.. |PythonicGcodeMachineUrl| replace:: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachineHomePage| replace:: PythonicGcodeMachine Home Page -.. _PythonicGcodeMachineHomePage: @project_url@ +.. _PythonicGcodeMachineHomePage: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachine@readthedocs-badge| image:: https://readthedocs.org/projects/PythonicGcodeMachine/badge/?version=latest :target: http://PythonicGcodeMachine.readthedocs.org/en/latest diff --git a/gh-pages/update-gh-pages b/gh-pages/update-gh-pages index 7f16958af8e9766ee0802be1f09fbc722fc0b78e..eea2471dbddce462e830e87d4dac2caf178b5c64 100755 --- a/gh-pages/update-gh-pages +++ b/gh-pages/update-gh-pages @@ -9,7 +9,7 @@ source_gh_pages=${root_dir}/gh-pages echo Source Path: ${root_dir} echo HTML Build Path: ${html_build} -origin='git@github.com:FabriceSalvaire/PythonicGcodeMachine.git' +origin='git@github.com:FabriceSalvaire/pythonic-gcode-machine.git' #################################################################################################### @@ -20,7 +20,7 @@ if [ -e ${tmp_dir} ]; then # To create gh-pages branch # git clone ${origin} PythonicGcodeMachine-gh-pages # pushd PythonicGcodeMachine-gh-pages - # git checkout --orphan gh-pages + # git checkout --orphan gh-pages # git rm --cached -r . git clone ${origin} PythonicGcodeMachine-gh-pages --branch gh-pages --single-branch