aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLysxia2020-04-20 13:15:55 -0400
committerLysxia2020-04-20 13:15:55 -0400
commit51a938a260d989f11fb1cd1d7a0205c6183f3809 (patch)
tree25bdfae4a51261c99e12615d893708f467db6bc4 /doc
parent1a607cd9ff831e5393ec7eff8317ca4161161453 (diff)
parent9717acf868bf2d92ee846c0c28f8eb8611307a3f (diff)
Merge PR #12026: Granting coqdoc wish #7093: definitions link to themselves so as to give access to their url
Reviewed-by: Lysxia
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/12026-master+coqdoc-self-linked-defs-wish7093.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12026-master+coqdoc-self-linked-defs-wish7093.rst b/doc/changelog/08-tools/12026-master+coqdoc-self-linked-defs-wish7093.rst
new file mode 100644
index 0000000000..5c4ef82b8b
--- /dev/null
+++ b/doc/changelog/08-tools/12026-master+coqdoc-self-linked-defs-wish7093.rst
@@ -0,0 +1,4 @@
+- **Added:**
+ Definitions in coqdoc link to themselves, giving access in html to their own url
+ (`#12026 <https://github.com/coq/coq/pull/12026>`_,
+ by Hugo Herbelin; granting `#7093 <https://github.com/coq/coq/pull/7093>`_).