Skip to content

Commit dfaa045

Browse files
committed
Fix broken links in the docs
1 parent 31e4a6d commit dfaa045

11 files changed

+13
-13
lines changed

docs/community/3.10-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ continued development by **[signing up for a paid plan][funding]**.
145145

146146
[legacy-core-api-docs]:https://github.com/encode/django-rest-framework/blob/3.14.0/docs/coreapi/index.md
147147
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
148-
[funding]: funding.md
148+
[funding]: https://opencollective.com/django-rest-framework

docs/community/3.11-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ continued development by **[signing up for a paid plan][funding]**.
111111
*Many thanks to all our [wonderful sponsors][sponsors], and in particular to our premium backers, [Sentry](https://getsentry.com/welcome/), [Stream](https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf), [ESG](https://software.esg-usa.com/), [Rollbar](https://rollbar.com/?utm_source=django&utm_medium=sponsorship&utm_campaign=freetrial), [Cadre](https://cadre.com), [Kloudless](https://hubs.ly/H0f30Lf0), [Lights On Software](https://lightsonsoftware.com), and [Retool](https://retool.com/?utm_source=djangorest&utm_medium=sponsorship).*
112112

113113
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
114-
[funding]: funding.md
114+
[funding]: https://opencollective.com/django-rest-framework

docs/community/3.12-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ continued development by **[signing up for a paid plan][funding]**.
178178
*Many thanks to all our [wonderful sponsors][sponsors], and in particular to our premium backers, [Sentry](https://getsentry.com/welcome/), [Stream](https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf), [ESG](https://software.esg-usa.com/), [Rollbar](https://rollbar.com/?utm_source=django&utm_medium=sponsorship&utm_campaign=freetrial), [Cadre](https://cadre.com), [Kloudless](https://hubs.ly/H0f30Lf0), [Lights On Software](https://lightsonsoftware.com), and [Retool](https://retool.com/?utm_source=djangorest&utm_medium=sponsorship).*
179179

180180
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
181-
[funding]: funding.md
181+
[funding]: https://opencollective.com/django-rest-framework

docs/community/3.4-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The full set of itemized release notes [are available here][release-notes].
177177

178178
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
179179
[moss]: mozilla-grant.md
180-
[funding]: funding.md
180+
[funding]: https://opencollective.com/django-rest-framework
181181
[core-api]: https://www.coreapi.org/
182182
[command-line-client]: https://github.com/encode/django-rest-framework/blob/3.4.7/docs/topics/api-clients.md#command-line-client
183183
[client-library]: https://github.com/encode/django-rest-framework/blob/3.4.7/docs/topics/api-clients.md#python-client-library

docs/community/3.5-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ in version 3.3 and raised a deprecation warning in 3.4. Its usage is now mandato
251251
---
252252

253253
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
254-
[funding]: funding.md
254+
[funding]: https://opencollective.com/django-rest-framework
255255
[uploads]: https://core-api.github.io/python-client/api-guide/utils/#file
256256
[downloads]: https://core-api.github.io/python-client/api-guide/codecs/#downloadcodec
257257
[schema-generation-api]: ../api-guide/schemas.md#schemagenerator

docs/community/3.6-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Once work on those refinements is complete, we'll be starting feature work
193193
on realtime support, for the 3.7 release.
194194

195195
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
196-
[funding]: funding.md
196+
[funding]: https://opencollective.com/django-rest-framework
197197
[api-docs]: ../topics/documenting-your-api.md
198198
[js-docs]: https://github.com/encode/django-rest-framework/blob/3.14.0/docs/topics/api-clients.md#javascript-client-library
199199
[py-docs]: https://github.com/encode/django-rest-framework/blob/3.14.0/docs/topics/api-clients.md#python-client-library

docs/community/3.7-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ We're still planning to work on improving real-time support for REST framework b
125125

126126
This will likely be timed so that any REST framework development here ties in with similar work on [API Star][api-star].
127127

128-
[funding]: funding.md
128+
[funding]: https://opencollective.com/django-rest-framework
129129
[schema-docs]: ../api-guide/schemas.md
130130
[api-star]: https://github.com/encode/apistar

docs/community/3.8-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ We're currently working towards moving to using [OpenAPI][openapi] as our defaul
9191

9292
We're doing some consolidation in order to make this happen. It's planned that 3.9 will drop the `coreapi` and `coreschema` libraries, and instead use `apistar` for the API documentation generation, schema generation, and API client libraries.
9393

94-
[funding]: funding.md
94+
[funding]: https://opencollective.com/django-rest-framework
9595
[gh5886]: https://github.com/encode/django-rest-framework/issues/5886
9696
[gh5705]: https://github.com/encode/django-rest-framework/issues/5705
9797
[openapi]: https://www.openapis.org/

docs/community/3.9-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ web framework, which is building a foundational set of tooling for working with
203203
ASGI.
204204

205205

206-
[funding]: funding.md
206+
[funding]: https://opencollective.com/django-rest-framework
207207
[gh5886]: https://github.com/encode/django-rest-framework/issues/5886
208208
[gh5705]: https://github.com/encode/django-rest-framework/issues/5705
209209
[openapi]: https://www.openapis.org/

docs/community/jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jobs
22

3-
Looking for a new Django REST Framework related role? On this site we provide a list of job resources that may be helpful. It's also worth checking out if any of [our sponsors are hiring][drf-funding].
3+
Looking for a new Django REST Framework related role? On this site we provide a list of job resources that may be helpful. It's also worth checking out if any of [our sponsors are hiring][sponsors].
44

55

66
## Places to look for Django REST Framework Jobs
@@ -22,7 +22,7 @@ Looking for a new Django REST Framework related role? On this site we provide a
2222

2323
Know of any other great resources for Django REST Framework jobs that are missing in our list? Please [submit a pull request][submit-pr] or [email us][anna-email].
2424

25-
Wonder how else you can help? One of the best ways you can help Django REST Framework is to ask interviewers if their company is signed up for [REST Framework sponsorship][drf-funding] yet.
25+
Wonder how else you can help? One of the best ways you can help Django REST Framework is to ask interviewers if their company is signed up for [REST Framework sponsorship][sponsors] yet.
2626

2727

2828
[djangoproject-website]: https://www.djangoproject.com/community/jobs/
@@ -38,6 +38,6 @@ Wonder how else you can help? One of the best ways you can help Django REST Fram
3838
[remoteok-com]: https://remoteok.com/remote-django-jobs
3939
[remotepython-com]: https://www.remotepython.com/jobs/
4040
[pyjobs-com]: https://www.pyjobs.com/
41-
[drf-funding]: https://fund.django-rest-framework.org/topics/funding/
41+
[sponsors]: https://fund.django-rest-framework.org/topics/funding/#our-sponsors
4242
[submit-pr]: https://github.com/encode/django-rest-framework
4343
[anna-email]: mailto:anna@django-rest-framework.org

0 commit comments

Comments
 (0)