Skip to content

Commit

Permalink
docs: Update contributing link (pola-rs#14882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller authored Mar 6, 2024
1 parent 195ef78 commit 4e521e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Requires Rust version `>=1.71`.

## Contributing

Want to contribute? Read our [contribution guideline](/CONTRIBUTING.md).
Want to contribute? Read our [contributing guide](https://docs.pola.rs/development/contributing/).

## Python: compile Polars from source

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/snippets/under_construction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!! warning ":construction: Under Construction :construction:"

This section is still under development. Want to help out? Consider contributing and making a [pull request](https://github.com/pola-rs/polars) to our repository.
Please read our [Contribution Guidelines](https://github.com/pola-rs/polars/blob/main/CONTRIBUTING.md) on how to proceed.
Please read our [contributing guide](https://docs.pola.rs/development/contributing/) on how to proceed.
5 changes: 3 additions & 2 deletions py-polars/debug/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ def launch_debugging() -> None:
if not found:
msg = (
"Cannot locate pid definition in launch.json for Rust LLDB configuration. "
"Please follow the instructions in CONTRIBUTING.md for creating the "
"launch configuration."
"Please follow the instructions in the debugging section of the "
"contributing guide (https://docs.pola.rs/development/contributing/ide/#debugging) "
"for creating the launch configuration."
)
raise RuntimeError(msg)

Expand Down

0 comments on commit 4e521e8

Please sign in to comment.