[python-events] [Webmaster] Little issue
Mats Wichmann
mats at wichmann.us
Thu Nov 23 10:15:56 EST 2023
On 11/23/23 04:09, Marc-Andre Lemburg wrote:
> On 22.11.2023 23:41, Mats Wichmann wrote:
>> On 11/22/23 15:31, Damian Kl wrote:
>>> Hello
>>> I was looking for something with calendar but then I found that the
>>> first and second links aren't working properly. After clicking it
>>> redirects to page without your domain name python.org
>>> <http://python.org> before the other things and page don't work.
>>
>> Yes, can see this too. Not sure quite where this problem arises, I've
>> copied the "events team" to see if maybe that's the right set of
>> eyeballs to see about a fix.
>>
>> Thanks for the note!
>
> I'm not really sure I follow you. Could you please tell me where you
> found the links you are referring to ?
>
> Thanks,
It's a generated page - anywhere on python.org, enter "calendar" in the
search box and search.
The top of the results is like this in source:
<h3>Results</h3>
<ul class="list-recent-events menu">
<li>
<h3>Calendar – <a
href="//events/python-events/">Python Events Calendar</a></h3>
<p>mostly meant for conferences and larger local events</p>
</li>
<li>
<h3>Calendar – <a
href="//events/python-user-group/">Python User Group Calendar</a></h3>
<p>meant for user group events and other smaller local events</p>
</li>
Which doesn't work right in a selection of browsers, as it tries to to
go to https://events/python-events/ which of course fails DNS lookup.
More information about the python-events
mailing list