Closed (fixed)
Project:
Advanced Help
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 11:34 UTC
Updated:
14 Dec 2010 at 11:10 UTC
If I use <a href="&base_url&/path#anchor"> the parsed link is http://path#anchor.
Comments
Comment #1
Roi Danton commentedThe problem above had another reason:
If i write
<a href="&base_url&/path#anchor">the link don't work, instead it must be<a href="&base_url&path#anchor">(without the slash).This should be mentioned in using-advanced-help.html.
Comment #2
fgmThe way I see it, the existing wording and examples in using-advanced-help.html make it clear that no slash should be used, ditto:
Use <a href="&base_url&admin/settings/site-configuration"> to reference any normal path in the site.
It doesn't say:
Use <a href="&base_url&/admin/settings/site-configuration"> to reference any normal path in the site.
Do you have an even clearer wording suggestion that wouldn't add extra doubt to readers ?
Comment #3
fgmComment #4
fgmNo user answer in over 5 months, assuming fixed.