Skip to content

Commit 649a304

Browse files
Update repository documentation files (#865)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 1559a97 commit 649a304

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Before you proceed, please check the following notes.
55

66
* Make sure you describe the changes introduced in the PR.
77
* If this PR addresses an existing issue, please mention it here.
8-
* Check our [Guidelines for Contributing](https://github.com/bambinos/bambi/blob/main/docs/CONTRIBUTING.md).
9-
* In particular, pay attention to the [pull request checklist](https://github.com/bambinos/bambi/blob/main/docs/CONTRIBUTING.md#pull-request-checklist).
8+
* Check our [Guidelines for Contributing](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md).
9+
* In particular, pay attention to the [pull request checklist](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md#pull-request-checklist).
1010
* The most important points are to
1111
+ Install all the needed requirements (`requirements.txt`, `requirements-dev.txt`, etc.)
1212
+ Make sure all test pass.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ If you want to support Bambi financially, you can [make a donation](https://numf
161161

162162
## Code of Conduct
163163

164-
Bambi wishes to maintain a positive community. Additional details can be found in the [Code of Conduct](https://github.com/bambinos/bambi/blob/main/docs/CODE_OF_CONDUCT.md)
164+
Bambi wishes to maintain a positive community. Additional details can be found in the [Code of Conduct](https://github.com/bambinos/bambi/blob/main/CODE_OF_CONDUCT.md)
165165

166166
## License
167167

docs/index.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If you use Bambi and want to cite it please use
181181

182182
We welcome contributions from interested individuals or groups!
183183
For information about contributing to Bambi, check out our instructions, policies,
184-
and guidelines [here](https://github.com/bambinos/bambi/blob/main/docs/CONTRIBUTING.md).
184+
and guidelines [here](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md).
185185

186186
## Contributors
187187

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jax = [
5050
homepage = "https://bambinos.github.io/bambi"
5151
documentation = "https://bambinos.github.io/bambi"
5252
repository = "https://github.com/bambinos/bambi"
53-
changelog = "https://github.com/bambinos/bambi/blob/main/docs/CHANGELOG.md"
53+
changelog = "https://github.com/bambinos/bambi/blob/main/CHANGELOG.md"
5454

5555
[tool.setuptools]
5656
packages = [

0 commit comments

Comments
 (0)