fixup 404 urls (#17954)

This commit is contained in:
Aresforchina
2019-12-06 19:26:50 +08:00
committed by Kubernetes Prow Robot
parent 42106280a4
commit 5b27a99c6c
2 changed files with 2 additions and 2 deletions
@@ -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/" }]
%}