Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30277 closed Bug (fixed)

Django Advanced Tutorial Link doesn't lead to the intended page

Reported by: Edin Citaku Owned by: Tim Graham
Component: Documentation Version: 2.1
Severity: Normal Keywords: tutorial, link, reusable-apps
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the advanced tutorial (Follow Up to Tutorial 7, this one: https://docs.djangoproject.com/en/2.1/intro/reusable-apps/#packaging-your-app)
there is a link that should lead to a tutorial that shows how to package and distribute projects.
This link, in the very bottom of the section "packaging-your-app", (https://packaging.python.org/tutorials/distributing-packages) leads to a 404 stating that the page does not exist yet.

Change History (5)

comment:1 by Tim Graham, 5 years ago

Owner: changed from nobody to Tim Graham
Status: newassigned
Triage Stage: UnreviewedReady for checkin
Type: UncategorizedBug

comment:2 by Tim Graham <timograham@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 8f1cc7e9:

Fixed #30277 -- Fixed broken links to packaging.python.org.

comment:3 by Tim Graham <timograham@…>, 5 years ago

In 1ef2216:

[2.2.x] Fixed #30277 -- Fixed broken links to packaging.python.org.

Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.

comment:4 by Tim Graham <timograham@…>, 5 years ago

In 28fb3ea8:

[2.1.x] Fixed #30277 -- Fixed broken links to packaging.python.org.

Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.

comment:5 by Tim Graham <timograham@…>, 5 years ago

In 22c0564:

[1.11.x] Fixed #30277 -- Fixed broken links to packaging.python.org.

Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.

Note: See TracTickets for help on using tickets.
Back to Top