mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[GH-ISSUE #422] The semver.org website should have HTML anchor IDs #5428
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pboling on GitHub (Dec 19, 2017).
Original GitHub issue: https://github.com/semver/semver/issues/422
So that references can be made directly to a specific point of the spec, to facilitate communication.
@FichteFoll commented on GitHub (Dec 19, 2017):
https://github.com/semver/semver.org
In fact, it used to have them, but it seems they got lost somehow. https://github.com/semver/semver.org/pull/129
@FichteFoll commented on GitHub (Dec 19, 2017):
So, loading the javascript fails because it's using http. This regressed in the following commit where the URL was changed to
{{ site.github.url }}/js/anchorli.jsinstead of/js/anchorli.js. I'm not sure where thissite.github.urlvalue is defined (there's an entry in_config_local.yml, but I presume it's redundant and also empty).0fda15421a (diff-2c19d9859b055d0302043d0fa2833e3fR44)