Skip to content

Commit 13e041d

Browse files
committed
Fix issue 21869: Invalid hyperlink to doxygen
1 parent 8515ea3 commit 13e041d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/ddoc.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Some existing approaches to this are:
2020
)
2121

2222
$(UL
23-
$(LI $(LINK2 http://www.stack.nl/~dimitri/doxygen, Doxygen) which already has some support for D)
23+
$(LI $(LINK2 https://www.doxygen.nl/, Doxygen) which already has some support for D)
2424
$(LI Java's $(LINK2 https://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/index.html, Javadoc),
2525
probably the most well-known)
2626
$(LI C$(HASH)'s $(LINK2 https://msdn.microsoft.com/en-us/library/b2s063f7.aspx, embedded XML))
27-
$(LI Other $(LINK2 https://python.org/sigs/doc-sig/otherlangs.html, documentation tools))
27+
$(LI Other $(LINK2 https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html, documentation tools))
2828
)
2929

3030
$(P
@@ -201,7 +201,7 @@ $(P
201201
The document comment is a series of $(I Section)s.
202202
A $(I Section) is a name that is the first non-blank character on
203203
a line immediately followed by a ':'. This name forms the section name.
204-
The section name is not case sensitive.
204+
The section name is not case-sensitive.
205205
)
206206

207207
$(P

0 commit comments

Comments
 (0)