Skip to content

Commit cc99018

Browse files
committed
Fix a link in the installation documentation
Using quotes isn't needed and doesn't seem seem to work here. (cherry picked from commit 1830c37)
1 parent 3586813 commit cc99018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doxygen/overviews/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ If you use another IDE, under Unix you should run `wx-config --cxxflags` and
233233
`wx-config --libs` commands separately and copy-and-paste their output to the
234234
"Additional preprocessor options" and "Additional linker options" fields in
235235
your IDE, respectively. Under MSW systems you need to configure the IDE using
236-
the instructions in the ["manual setup"](@ref msw_build_apps) section.
236+
the instructions in the [manual setup](@ref msw_build_apps) section.

0 commit comments

Comments
 (0)