Commit 32a1791
committed
Drop http:// scheme from env-var example in horizontal-classification
Lychee scans URLs inside code spans (include_verbatim) and tries to
fetch them. http://auth-service:8080 isn't a real URL — it's an
example of what a service-reference env var might look like inside a
customer's manifests. Stripping the scheme keeps the example readable
without giving lychee something to dereference.1 parent 4cead7d commit 32a1791
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments