Skip to content

Commit 1647f6b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ad7fd8f commit 1647f6b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: blacken-docs
2525

2626
- repo: https://github.com/rbubley/mirrors-prettier
27-
rev: 9337a74165b178ae2c766f60bee7252a0f06f3e8 # frozen: v3.9.5
27+
rev: 9337a74165b178ae2c766f60bee7252a0f06f3e8 # frozen: v3.9.5
2828
hooks:
2929
- id: prettier
3030
files: \.(css|md|yml|yaml)

content/contributors/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ title: "Getting started"
2020
How do you choose which project to contribute to?
2121
There's no single best way to choose a project, but here are some questions to think about when choosing:
2222

23-
- _Is there a project related to your background or your research?_ E.g., astronomers might prefer to contribute to [astropy]() or [sunpy]().
24-
- _Is there a package you're already using?_ Even well-established general-purpose packages like [numpy](), [scipy](), or [matplotlib]() are still growing and changing, and need contributors.
23+
- _Is there a project related to your background or your research?_ E.g., astronomers might prefer to contribute to [astropy](<>) or [sunpy](<>).
24+
- _Is there a package you're already using?_ Even well-established general-purpose packages like [numpy](<>), [scipy](<>), or [matplotlib](<>) are still growing and changing, and need contributors.
2525
- _Is the project actively developed?_ Take a look at the project's repository to see how recent the last update was, and how many people seem to be involved.
2626
- _Is the community healthy?_ Project maintainers will be reviewing your work and mentoring you through the contribution process, so look to see if the interactions on the project's pull request pages are polite and welcoming.
2727

@@ -37,7 +37,7 @@ Other tools we use daily include:
3737

3838
- git and GitHub
3939
- the command-line terminal, and
40-
- a plain-text editor or [integrated development environment]() ("IDE").
40+
- a plain-text editor or [integrated development environment](<>) ("IDE").
4141

4242
In this video series, the basics of using these tools are covered along the way.
4343
To learn more about them, take at the links below:

0 commit comments

Comments
 (0)