Skip to content

Commit e886c3d

Browse files
authored
Update README.md
Change Github links from petercorke to bdaiinstitute in many places. The top documentation link got broken in the transfer.
1 parent 0a7761d commit e886c3d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
<table style="border:0px">
1919
<tr style="border:0px">
2020
<td style="border:0px">
21-
<img src="https://github.com/petercorke/spatialmath-python/raw/master/docs/figs/CartesianSnakes_LogoW.png" width="200"></td>
21+
<img src="https://github.com/bdaiinstitute/spatialmath-python/raw/master/docs/figs/CartesianSnakes_LogoW.png" width="200"></td>
2222
<td style="border:0px">
2323
A Python implementation of the <a href="https://github.com/petercorke/spatial-math">Spatial Math Toolbox for MATLAB<sup>&reg;</sup></a>
2424
<ul>
25-
<li><a href="https://github.com/petercorke/spatialmath-python">GitHub repository </a></li>
26-
<li><a href="https://petercorke.github.io/spatialmath-python">Documentation</a></li>
27-
<li><a href=https://github.com/petercorke/spatialmath-python/discussions/categories/changes>Recent changes</a>
28-
<li><a href="https://github.com/petercorke/spatialmath-python/wiki">Wiki (examples and details)</a></li>
25+
<li><a href="https://github.com/bdaiinstitute/spatialmath-python">GitHub repository </a></li>
26+
<li><a href="https://bdaiinstitute.github.io/spatialmath-python">Documentation</a></li>
27+
<li><a href=https://github.com/bdaiinstitute/spatialmath-python/discussions/categories/changes>Recent changes</a>
28+
<li><a href="https://github.com/bdaiinstitute/spatialmath-python/wiki">Wiki (examples and details)</a></li>
2929
<li><a href="installation#">Installation</a></li>
3030
</ul>
3131
</td>
@@ -74,7 +74,7 @@ These are layered over a set of base functions that perform many of the same ope
7474

7575
The class, method and functions names largely mirror those of the MATLAB toolboxes, and the semantics are quite similar.
7676

77-
![trplot](https://github.com/petercorke/spatialmath-python/raw/master/docs/figs/fig1.png)
77+
![trplot](https://github.com/bdaiinstitute/spatialmath-python/raw/master/docs/figs/fig1.png)
7878

7979
![animation video](./docs/figs/animate.gif)
8080

@@ -103,12 +103,12 @@ If the toolbox helped you in your research, please cite
103103

104104
If you are using the Toolbox in your open source code, feel free to add our badge to your readme!
105105

106-
[![Powered by the Robotics Toolbox](https://github.com/petercorke/spatialmath-python/raw/master/.github/svg/sm_powered.min.svg)](https://github.com/petercorke/spatialmath-python)
106+
[![Powered by the Spatial Math Toolbox](https://github.com/bdaiinstitute/spatialmath-python/raw/master/.github/svg/sm_powered.min.svg)](https://github.com/bdaiinstitute/spatialmath-python)
107107

108108
Simply copy the following
109109

110110
```
111-
[![Powered by the Spatial Math Toolbox](https://github.com/petercorke/spatialmath-python/raw/master/.github/svg/sm_powered.min.svg)](https://github.com/petercorke/spatialmath-python)
111+
[![Powered by the Spatial Math Toolbox](https://github.com/bdaiinstitute/spatialmath-python/raw/master/.github/svg/sm_powered.min.svg)](https://github.com/bdaiinstitute/spatialmath-python)
112112
```
113113

114114

@@ -127,7 +127,7 @@ pip install spatialmath-python
127127
Install the current code base from GitHub and pip install a link to that cloned copy
128128

129129
```
130-
git clone https://github.com/petercorke/spatialmath-python.git
130+
git clone https://github.com/bdaiinstitute/spatialmath-python.git
131131
cd spatialmath-python
132132
pip install -e .
133133
```
@@ -269,14 +269,14 @@ t = 1, 2, 3; rpy/zyx = 30, 0, 0 deg
269269
>>> T.plot()
270270
```
271271

272-
![trplot](https://github.com/petercorke/spatialmath-python/raw/master/docs/figs/fig1.png)
272+
![trplot](https://github.com/bdaiinstitute/spatialmath-python/raw/master/docs/figs/fig1.png)
273273

274274
`printline` is a compact single line format for tabular listing, whereas `print` shows the underlying matrix and for consoles that support it, it is colorised, with rotational elements in red and translational elements in blue.
275275

276276
For more detail checkout the shipped Python notebooks:
277277

278-
* [gentle introduction](https://github.com/petercorke/spatialmath-python/blob/master/spatialmath/gentle-introduction.ipynb)
279-
* [deeper introduction](https://github.com/petercorke/spatialmath-python/blob/master/spatialmath/introduction.ipynb)
278+
* [gentle introduction](https://github.com/bdaiinstitute/spatialmath-python/blob/master/spatialmath/gentle-introduction.ipynb)
279+
* [deeper introduction](https://github.com/bdaiinstitute/spatialmath-python/blob/master/spatialmath/introduction.ipynb)
280280

281281

282282
You can browse it statically through the links above, or clone the toolbox and run them interactively using [Jupyter](https://jupyter.org) or [JupyterLab](https://jupyter.org).
@@ -362,7 +362,7 @@ array([-60, 12, 30, 24])
362362

363363
## Graphics
364364

365-
![trplot](https://github.com/petercorke/spatialmath-python/raw/master/docs/figs/transforms3d.png)
365+
![trplot](https://github.com/bdaiinstitute/spatialmath-python/raw/master/docs/figs/transforms3d.png)
366366

367367
The functions support various plotting styles
368368

0 commit comments

Comments
 (0)