#14794 closed (fixed)
Modify python path link broken
| Reported by: | aright | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 |
| Severity: | Keywords: | broken link | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the 3rd step of the "Installing the development version" instructions (here's the page: http://docs.djangoproject.com/en/dev/topics/install/#installing-development-version) there's a link "modify Python's search Path" which goes to this page: http://docs.djangoproject.com/en/dev/topics/install/modify-python-path/ which isn't found.
Change History (2)
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
| Component: | Django Web site → Documentation |
|---|
Note:
See TracTickets
for help on using tickets.
(In [14730]) Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright for the report.