#9337 closed (fixed)
Link to Jython is broken
| Reported by: | Andy MacKinlay | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
the link to Jython on http://docs.djangoproject.com/en/dev/intro/install/
is to http://jython.org, which doesn't work (although of course it should). http://www.jython.org works fine, and it should be changed to this.
Change History (3)
comment:1 by , 17 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [9323]) Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.