Links in overzicht van snelle startgids voor beheerders defect

The links in this checklist of the admin getting started guide no longer work for me

https://github.com/discourse/discourse/blob/main/docs/ADMIN-QUICK-START-GUIDE.md?plain=1#L9-L16

In https://github.com/discourse/discourse/pull/28070 the post-id was added to the anchor.

So while the link links to #magic_wand-complete-the-setup-wizard-3 the anchor of that heading is actually #p-7-magic_wand-complete-the-setup-wizard-3.

Is the id of that post always the same, so that it can simply be added to the link?

2 likes

Thanks @Moin! I’ve updated this in this PR: https://github.com/discourse/discourse/pull/29711 - just needs to be approved and merged, which should happen shortly.

1 like

Just to add on, I noticed that [details] wasn’t working, so I opened a Pull Request to fix that using <details> instead.

1 like

I am not sure that will fix it. You have removed the number at the end, but you did not add the post ID. I tried editing the topic in my #staff category, which is created from the guide, like in your PR, and then the link still doesn’t take me to that section.

Therefore, I have no problem with the [details], they work fine in my Discourse topic.

The PR above was approved but never merged.

Anyway, I think this can be closed. That section is no longer part of the guide.

3 likes