Group page has wrong "base URL" so relative links are broken
Look at https://www.zotero.org/groups/ac263. The Group Description contains links to tagged sections in the group, but these are invalid URLs. Because of how TinyMCE auto-shortens "internal" links, I can't find any way to fix these URLs.
In TinyMCE, these show up as "../ac263/items/tag/week01". That should work, however something (probably in JavaScript) is setting the base URL (maybe to "/groups" or just "/"), so when you click on those links it goes to "/ac263/items/tag/week01". The "/groups" is not in the URL, so it is invalid and doesn't work.
Ian
In TinyMCE, these show up as "../ac263/items/tag/week01". That should work, however something (probably in JavaScript) is setting the base URL (maybe to "/groups" or just "/"), so when you click on those links it goes to "/ac263/items/tag/week01". The "/groups" is not in the URL, so it is invalid and doesn't work.
Ian
Is there some reason you don't want to use an absolute url?
Cheers,
Ian