Skip to content

Commit 600ab9e

Browse files
author
Shivam Mukhade
committed
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/guide/resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pipelinesascode.tekton.dev/task: "[git-clone:0.1]" # this will install git-clone
100100

101101
### Remote HTTP URL
102102

103-
If you have a string starting with http:// or https://, `Pipelines as Code`
103+
If you have a string starting with `http://` or `https://`, `Pipelines as Code`
104104
will fetch the task directly from that remote URL :
105105

106106
```yaml

0 commit comments

Comments
 (0)