fixup 404 urls (#17954)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
42106280a4
commit
5b27a99c6c
@@ -150,7 +150,7 @@ First, copy and paste the following template of a Job object, into a file called
|
||||
|
||||
|
||||
```liquid
|
||||
{%- set params = [{ "name": "apple", "url": "http://www.orangepippin.com/apples", },
|
||||
{%- set params = [{ "name": "apple", "url": "https://www.orangepippin.com/varieties/apples", },
|
||||
{ "name": "banana", "url": "https://en.wikipedia.org/wiki/Banana", },
|
||||
{ "name": "raspberry", "url": "https://www.raspberrypi.org/" }]
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user