Commit 600ab9e
Shivam Mukhade
Fixes markdownlint error for bare url
this fixes following lint error
./docs/content/docs/guide/resolver.md:103:36 MD034/no-bare-urls Bare URL used [Context: "http://"]
./docs/content/docs/guide/resolver.md:103:47 MD034/no-bare-urls Bare URL used [Context: "https://"]
Signed-off-by: Shivam Mukhade <[email protected]>1 parent bab6465 commit 600ab9e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments