Commit b59e7bd
FirstUnicorn
docs(troubleshooting): format GitHub issues link as markdown
## Starting point
The "Further assistance" section in troubleshooting.md had inconsistent
link formatting - three links used markdown format `[text](url)` while
the GitHub issues link used plain text with URL.
## Changes
Updated docs/source/troubleshooting.md line 122:
- From: `- Open issue on GitHub: https://github.com/firstunicorn/python-eventing/issues`
- To: `- [Open issue on GitHub](https://github.com/firstunicorn/python-eventing/issues)`
Also cleaned up minor whitespace (trailing spaces in SQL example).
## Result
All four links in "Further assistance" section now use consistent
markdown format, matching Sphinx documentation standards.1 parent a868b6f commit b59e7bd
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
0 commit comments