Skip to content

Commit 1006073

Browse files
committed
content: fix empty links in getting-started.md
Hugo silently rendered [text]() as href=""; MyST raises build errors. Added URLs for astropy, sunpy, numpy, scipy, matplotlib, and a Wikipedia link for "integrated development environment".
1 parent ffa9bef commit 1006073

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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](https://www.astropy.org/) or [sunpy](https://sunpy.org/).
24+
- _Is there a package you're already using?_ Even well-established general-purpose packages like [numpy](https://numpy.org/), [scipy](https://scipy.org/), or [matplotlib](https://matplotlib.org/) 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](https://en.wikipedia.org/wiki/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)