Skip to content

Commit aef8073

Browse files
committed
fix cite wrong repo url in note
1 parent 19cd44a commit aef8073

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
* Add example folder directory to tutorial docs for easy access.
13+
1214
### Changed
1315

16+
* Fix some typos and wrong url links.
17+
* Change ipopt installation guide using conda.
18+
1419
### Removed
1520

1621

docs/cite.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Software implementation
2929
@misc{compas-cra,
3030
title = {{COMPAS CRA}: Coupled Rigid-Block Analysis ({CRA}) for the {COMPAS} framework},
3131
author = {Gene Ting-Chun Kao},
32-
note = {https://github.com/compas-dev/compas_cra},
32+
note = {https://github.com/BlockResearchGroup/compas_cra},
3333
year = {2020-2022},
3434
doi = {10.5281/zenodo.7043135},
3535
url = {https://doi.org/10.5281/zenodo.7043135},

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Please cite our work if you use CRA in your research
6060
@misc{compas-cra,
6161
title = {{COMPAS CRA}: Coupled Rigid-Block Analysis ({CRA}) for the {COMPAS} framework},
6262
author = {Gene Ting-Chun Kao},
63-
note = {https://github.com/compas-dev/compas_cra},
63+
note = {https://github.com/BlockResearchGroup/compas_cra},
6464
year = {2020-2022},
6565
doi = {10.5281/zenodo.7043135},
6666
url = {https://doi.org/10.5281/zenodo.7043135},

0 commit comments

Comments
 (0)