Commit 11bb735
authored
Fix HTML links in examples index (#7037)
This pull request makes minor corrections to the example links in the
`docs/examples/index.md` file. The main change is fixing the HTML anchor
tags to ensure the `href` attributes are properly quoted, which improves
link reliability and HTML validity.
- Documentation fixes:
* Fixed missing opening quotes in the `href` attributes for the spinner
and stacks example links in `docs/examples/index.md`.
[[1]](diffhunk://#diff-5e297a681a7f0e124ef51134b519ec471a165f08499fbcb724dfa0e58edd08c1L180-R180)
[[2]](diffhunk://#diff-5e297a681a7f0e124ef51134b519ec471a165f08499fbcb724dfa0e58edd08c1L193-R193)fixed
2 invalid html links
## 📝 Summary
## 🔍 Description of Changes
## 📋 Checklist
- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [x] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [x] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.1 parent b0fd6ac commit 11bb735
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments