Skip to content

Commit a290148

Browse files
docs: use automatic link syntax for symbol server link (#37118)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: David Sanders <[email protected]>
1 parent b71926a commit a290148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/debugging-with-symbol-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ calls, and other compiler optimizations. The only workaround is to build an
1515
unoptimized local build.
1616

1717
The official symbol server URL for Electron is
18-
https://symbols.electronjs.org.
18+
<https://symbols.electronjs.org>.
1919
You cannot visit this URL directly, you must add it to the symbol path of your
2020
debugging tool. In the examples below, a local cache directory is used to avoid
2121
repeatedly fetching the PDB from the server. Replace `c:\code\symbols` with an

0 commit comments

Comments
 (0)