1
0
mirror of https://github.com/django/django.git synced 2025-06-02 10:09:12 +00:00

Removed link to lawrence.com in contrib.sites docs.

lawrence.com has since become a redirect to LJWorld.com,
making the link pointless.
This commit is contained in:
Adam Johnson 2023-11-28 19:11:30 +00:00 committed by GitHub
parent a4931cd75a
commit 9e7ac58901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ Why would you use sites? It's best explained through examples.
Associating content with multiple sites Associating content with multiple sites
--------------------------------------- ---------------------------------------
The LJWorld.com_ and Lawrence.com_ sites are operated by the same news The LJWorld.com_ and Lawrence.com sites were operated by the same news
organization -- the Lawrence Journal-World newspaper in Lawrence, Kansas. organization -- the Lawrence Journal-World newspaper in Lawrence, Kansas.
LJWorld.com focused on news, while Lawrence.com focused on local entertainment. LJWorld.com focused on news, while Lawrence.com focused on local entertainment.
But sometimes editors wanted to publish an article on *both* sites. But sometimes editors wanted to publish an article on *both* sites.
@ -94,7 +94,6 @@ This accomplishes several things quite nicely:
# ... # ...
.. _ljworld.com: https://www2.ljworld.com/ .. _ljworld.com: https://www2.ljworld.com/
.. _lawrence.com: http://www.lawrence.com/
Associating content with a single site Associating content with a single site
-------------------------------------- --------------------------------------