Looks like anything using a magical link without specifying a path is doing this. If you check the first 'posting to weewx-user' link which works fine you'll see that one specifies a full path to the file rather than relying on github's wiki functionality to figure it all out.
This one works (absolute URL path): * [Posting to weewx-user](https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user) This one doesn't (no full path specified) * [Frequently-asked questions (FAQ)](WeeWX-Frequently-Asked-Questions) So it can be fixed via putting the full path in there for all such links, but it shouldn't ideally be necessary... On Friday, November 12, 2021 at 12:34:29 PM UTC-8 [email protected] wrote: > Seen this for some time, been hopping it would correct. > Link to my hardware page (i2C sensors) keeps going to the home page, I use > the the drop down to get to the pages. > Not all hardware links have this problem but some do. > > Neville > > On Friday, November 12, 2021 at 11:09:31 AM UTC+10 [email protected] wrote: > >> It seems to be adding an extra 'wiki' to the URL. For example, instead of >> >> https://github.com/weewx/weewx/wiki/extensions >> >> it sends you to >> >> https://github.com/weewx/weewx/wiki/wiki/extensions >> >> On Thu, Nov 11, 2021 at 12:14 PM gjr80 <[email protected]> wrote: >> >>> Yes, I noticed last night the the ‘Troubleshooting Davis stations’ page >>> was behaving similarly. I did check the main page source and it appeared >>> fine, when I re-entered the link and saved the main page the link worked. >>> Though when I checked this morning the link is not working again and the >>> home page indicates it was last updated seven days ago. Sounds like a >>> GitHub issue, will look into it later today. >>> >>> In the meantime you can get to the pages you want by looking under the >>> dropdown on the top right side of the home page that lists all available >>> pages, not the easiest way to navigate but the links appear to still work. >>> >>> Gary >>> >>> On Friday, 12 November 2021 at 06:01:22 UTC+10 [email protected] >>> wrote: >>> >>>> When I click on an entry in the wiki (URL: >>>> https://github.com/weewx/weewx/wiki/) >>>> <https://github.com/weewx/weewx/wiki/> instead of getting the page >>>> clicked for, I get the home Wiki page. >>>> For example >>>> >>>> - Open https://github.com/weewx/weewx/wiki/ >>>> - Click on What you should know about paths >>>> <https://github.com/weewx/weewx/wiki/wiki/Understanding-paths> >>>> - Page produced is https://github.com/weewx/weewx/wiki/ >>>> - Page expected is >>>> https://github.com/weewx/weewx/wiki/wiki/Understanding-paths >>>> >>>> >>>> When I type in by hand the expected page ( >>>> https://github.com/weewx/weewx/wiki/wiki/Understanding-paths), >>>> <https://github.com/weewx/weewx/wiki/wiki/Understanding-paths> the >>>> expected page opens. >>>> >>>> -- >>>> >>>> Sincerely Jonathan Ryshpan <[email protected]> >>>> >>>> Those who have put out the eyes of the people >>>> reproach them for their blindness. -- Milton >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "weewx-user" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/weewx-user/9ec40bf2-3393-4f97-a349-75a8daa491dbn%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/9ec40bf2-3393-4f97-a349-75a8daa491dbn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/03f551e1-7c87-4fb7-8757-e08f09b4f00en%40googlegroups.com.
