Skip to content

Commit b7a4f1a

Browse files
jackiekazilEwoutH
authored andcommitted
Replace links in docs - google group to matrix. (#2148)
1 parent 7ed0f85 commit b7a4f1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more help on using Mesa, check out the following resources:
5353
- [Mesa Introductory Tutorial]
5454
- [Mesa Visualization Tutorial]
5555
- [GitHub Issue Tracker]
56-
- [Email list]
56+
- [Matrix chat room]
5757
- [PyPI]
5858

5959
## Contributing back to Mesa
@@ -93,9 +93,9 @@ tutorials/adv_tutorial_legacy.ipynb
9393
- {ref}`search`
9494

9595
[contributors guide]: https://github.com/projectmesa/mesa/blob/main/CONTRIBUTING.md
96-
[email list]: https://groups.google.com/d/forum/projectmesa
9796
[github]: https://github.com/projectmesa/mesa/
9897
[github issue tracker]: https://github.com/projectmesa/mesa/issues
98+
[matrix chat room]: https://matrix.to/#/#project-mesa:matrix.org
9999
[mesa]: https://github.com/projectmesa/mesa/
100100
[mesa introductory tutorial]: tutorials/intro_tutorial.html
101101
[mesa visualization tutorial]: tutorials/visualization_tutorial.html

docs/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Most likely you created an ABM that has the code that you want to share in it, w
9191
>
9292
> 7. `git add` all the files to the repo, which means the repo starts to track the files. Then `git commit` the files with a meaningful message. To learn more about this see: [Saving changes](https://www.atlassian.com/git/tutorials/saving-changes). Finally, you will want to `git push` all your changes to GitHub, see: [Git Push](https://help.github.com/articles/pushing-to-a-remote/).
9393
>
94-
> 8. Let people know about your package on the [MESA Wiki Page](https://github.com/projectmesa/mesa/wiki) and share it on the [email list](https://groups.google.com/forum/#!forum/projectmesa). In the future, we will create more of a directory, but at this point we are not there yet.
94+
> 8. Let people know about your package on the [MESA Wiki Page](https://github.com/projectmesa/mesa/wiki) and share it in the [matrix chat room](https://matrix.to/#/#project-mesa:matrix.org). In the future, we will create more of a directory, but at this point we are not there yet.
9595
9696
From this point, someone can clone your repo and then add your repo to their Python path and use it in their project. However, if you want to take your package to the next level, you will want to add more structure to your package and share it on PyPI.
9797

0 commit comments

Comments
 (0)