Skip to content

Commit 7ee2570

Browse files
committed
Fixed external broken links
1 parent 2743005 commit 7ee2570

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Authors
3131
* Gonzalo Casas <[email protected]> `@gonzalocasas <https://github.com/gonzalocasas>`_
3232
* Stefana Parascho <[email protected]> `@stefanaparascho <https://github.com/stefanaparascho>`_
3333
* David Jenny <[email protected]> `@DavidJenny <https://github.com/DavidJenny>`_
34-
* Kathrin Dörfler <[email protected]> `@Kathrin3010 <https://github.com/Kathrin3010>`_
34+
* Kathrin Dörfler <[email protected]> `@kathrindoerfler <https://github.com/kathrindoerfler>`_
3535
* Matthias Helmreich <[email protected]> `@mhelmrei <https://github.com/mhelmrei>`_
3636
* Augusto Gandia <[email protected]> `@augustogandia <https://github.com/augustogandia>`_
3737
* Zhao Ma <[email protected]> `@xarthurx <https://github.com/xarthurx>`_

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44

55
All notable changes to this project will be documented in this file.
66

7-
The format is based on `Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_
8-
and this project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
7+
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
8+
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
99

1010
Unreleased
1111
----------

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Code contributions
88

99
We love pull requests from everyone! Here's a quick guide to improve the code:
1010

11-
1. Fork `the repository <https://github.com/gramaziokohler/compas_fab>`_ and clone the fork.
11+
1. Fork `the repository <https://github.com/compas-dev/compas_fab>`_ and clone the fork.
1212
2. Create a virtual environment using your tool of choice (e.g. ``virtualenv``, ``conda``, etc).
1313
3. Install development dependencies:
1414

@@ -61,7 +61,7 @@ Once you made the documentation changes locally, run the documentation generatio
6161
Bug reports
6262
-----------
6363

64-
When `reporting a bug <https://github.com/gramaziokohler/compas_fab/issues>`_
64+
When `reporting a bug <https://github.com/compas-dev/compas_fab/issues>`_
6565
please include:
6666

6767
* Operating system name and version.
@@ -73,7 +73,7 @@ Feature requests and feedback
7373
-----------------------------
7474

7575
The best way to send feedback is to file an issue on
76-
`Github <https://github.com/gramaziokohler/compas_fab/issues>`_. If you are proposing a feature:
76+
`Github <https://github.com/compas-dev/compas_fab/issues>`_. If you are proposing a feature:
7777

7878
* Explain in detail how it would work.
7979
* Keep the scope as narrow as possible, to make it easier to implement.

docs/backends.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Check documentation for your backend of choice:
104104
.. _Docker: https://www.docker.com/
105105
.. _Docker Community Edition: https://www.docker.com/get-started
106106
.. _Docker containers: https://www.docker.com/resources/what-container
107-
.. _Docker for Windows: https://store.docker.com/editions/community/docker-ce-desktop-windows
108-
.. _Docker for Mac: https://store.docker.com/editions/community/docker-ce-desktop-mac
107+
.. _Docker for Windows: https://hub.docker.com/editions/community/docker-ce-desktop-windows
108+
.. _Docker for Mac: https://hub.docker.com/editions/community/docker-ce-desktop-mac
109109
.. _Kitematic for Windows: https://download.docker.com/kitematic/Kitematic-Windows.zip
110110
.. _Kitematic for Mac: https://download.docker.com/kitematic/Kitematic-Mac.zip

docs/examples/01_fundamentals/02_coordinate_frames.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ Links
122122
=====
123123

124124
* `ROS REP-105: Coordinate Frames for Mobile Platforms <http://www.ros.org/reps/rep-0105.html#id15>`_
125-
* `ABB: What is a coordinate system? <http://developercenter.robotstudio.com/BlobProxy/manuals/IRC5FlexPendantOpManual/doc210.html>`_
125+
* `ABB: What is a coordinate system? <http://developercenter.robotstudio.com/blobproxy/devcenter/RobotStudio/html/4eac08e9-c42c-446f-bbd4-228e523dd2d5.htm>`_
126126

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ Next Steps
117117
* :ref:`COMPAS FAB Examples <examples>`
118118
* :ref:`COMPAS FAB API Reference <reference>`
119119
* `COMPAS Examples <https://compas-dev.github.io/main/examples.html>`_
120-
* `COMPAS Tutorials <https://compas-dev.github.io/main/tutorial.html>`_
120+
* `COMPAS Tutorials <https://compas-dev.github.io/main/tutorials.html>`_
121121
* `COMPAS API Reference <https://compas-dev.github.io/main/api.html>`_

src/compas_fab/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'compas_fab'
22
__description__ = 'Robotic fabrication package for the COMPAS Framework'
3-
__url__ = 'https://github.com/gramaziokohler/compas_fab'
3+
__url__ = 'https://github.com/compas-dev/compas_fab'
44
__version__ = '0.5.0'
55
__author__ = 'Gramazio Kohler Research'
66
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)