Skip to content

Commit

Permalink
fix: Fix links to editors in guide/contributing.rst. (#2217)
Browse files Browse the repository at this point in the history
Links to `Sublime Text` and `Visual Studio Code` editors
were not being displayed as intended because the link
syntax was not being parsed by `sphinx` inside the boldfaced
text block.  Fix was to isolate links outside of boldfaced block.
This was tested in an alternate `sphinx` build environment
to confirm links now show up on page as intended.

An issue was not created about this.
  • Loading branch information
vwheeler63 authored Sep 12, 2024
1 parent 07f2362 commit f9d7a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Create a pull request with your changes

git checkout branch-name

**In any text editor like `Sublime Text`_ or `Visual Studio Code`_:**
**In any text editor like** `Sublime Text`_ **or** `Visual Studio Code`_ **:**

1. Open the file you want to edit.

Expand Down

0 comments on commit f9d7a0f

Please sign in to comment.