Skip to content

Commit 0c6ca76

Browse files
author
Nathan Cassereau
committed
fixing readme links
1 parent 12c6ed9 commit 0c6ca76

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ This toolbox benefit a lot from open source research and we would like to thank
206206

207207
## Contributions and code of conduct
208208

209-
Every contribution is welcome and should respect the [contribution guidelines](contributing.html). Each member of the project is expected to follow the [code of conduct](code_of_conduct.html).
209+
Every contribution is welcome and should respect the [contribution guidelines](.github/CONTRIBUTING.md). Each member of the project is expected to follow the [code of conduct](.github/CODE_OF_CONDUCT.md).
210210

211211
## Support
212212

@@ -216,7 +216,7 @@ You can ask questions and join the development discussion:
216216
* On the POT [gitter channel](https://gitter.im/PythonOT/community)
217217
* On the POT [mailing list](https://mail.python.org/mm3/mailman3/lists/pot.python.org/)
218218

219-
You can also post bug reports and feature requests in Github issues. Make sure to read our [guidelines](contributing.html) first.
219+
You can also post bug reports and feature requests in Github issues. Make sure to read our [guidelines](.github/CONTRIBUTING.md) first.
220220

221221
## References
222222

docs/source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Contents
2020
contributing
2121
Code of Conduct <code_of_conduct>
2222

23-
.. mdinclude:: ../../README.md
24-
:start-line: 2
23+
.. include:: readme.rst
2524

2625

2726

docs/source/readme.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. mdinclude:: ../../README.md
2+
:start-line: 2
3+
:end-line: 206
4+
5+
Contributions and code of conduct
6+
---------------------------------
7+
8+
Every contribution is welcome and should respect the
9+
`contribution guidelines <contributing.html>`__.
10+
Each member of the project is expected to follow the
11+
`code of conduct <code_of_conduct.html>`__.
12+
13+
Support
14+
-------
15+
16+
You can ask questions and join the development discussion:
17+
18+
- On the POT `slack channel <https://pot-toolbox.slack.com>`__
19+
- On the POT `gitter channel <https://gitter.im/PythonOT/community>`__
20+
- On the POT `mailing list <https://mail.python.org/mm3/mailman3/lists/pot.python.org/>`__
21+
22+
You can also post bug reports and feature requests in Github issues.
23+
Make sure to read our `guidelines <contributing.html>`__ first.
24+
25+
.. mdinclude:: ../../README.md
26+
:start-line: 220

0 commit comments

Comments
 (0)