Opened 13 years ago
Closed 13 years ago
#18338 closed Bug (fixed)
Broken Link: License
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
At least two links to the BSD license on djangoproject.com are broken:
1] on <https://www.djangoproject.com/> below the download button, and
2] on <https://www.djangoproject.com/download/> near the top of the page.
It should probably link to: <https://github.com/django/django/blob/master/LICENSE>
Cheers, and thanks for the great framework.
Change History (2)
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
Type: | Uncategorized → Bug |
Version: | 1.3 → master |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I've added a redirect from the old URL to the new URL — the problem may affect a lot of other URLs on the web.
I'm also going to fix the URLs hardcoded in the website.
Thanks for the report!