diff options
author | jahoti <jahoti@tilde.team> | 2021-09-14 00:00:00 +0000 |
---|---|---|
committer | jahoti <jahoti@tilde.team> | 2021-09-14 00:00:00 +0000 |
commit | aa85bb2184958470d5628e98a2e469e4e97a8b6d (patch) | |
tree | e4487bdcb5c0701197de96ce1ebd3db4f8430589 /examples | |
parent | b7f2f8b2db8cef897cc0646cba46d801d0543da7 (diff) | |
download | hydrilla-master.tar.gz hydrilla-master.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/content/phachettebugs2/index.json | 2 | ||||
-rw-r--r-- | examples/content/phachettebugs3/index.json | 2 | ||||
-rw-r--r-- | examples/content/phachettebugs4/index.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/content/phachettebugs2/index.json b/examples/content/phachettebugs2/index.json index 891f0d2..11c56ac 100644 --- a/examples/content/phachettebugs2/index.json +++ b/examples/content/phachettebugs2/index.json @@ -1,5 +1,5 @@ { "type" : "page", -"pattern" : "https://hachettebugs.koszko.org/**", +"pattern" : "https://hydrillabugs.koszko.org/**", "payload" : ["bag", "hello_pear"] } diff --git a/examples/content/phachettebugs3/index.json b/examples/content/phachettebugs3/index.json index 7187af5..62be347 100644 --- a/examples/content/phachettebugs3/index.json +++ b/examples/content/phachettebugs3/index.json @@ -1,5 +1,5 @@ { "type" : "page", -"pattern" : "https://hachettebugs.koszko.org/boards/***", +"pattern" : "https://hydrillabugs.koszko.org/boards/***", "payload" : ["bag", "hello_cucumber"] } diff --git a/examples/content/phachettebugs4/index.json b/examples/content/phachettebugs4/index.json index 203153a..d45ccfb 100644 --- a/examples/content/phachettebugs4/index.json +++ b/examples/content/phachettebugs4/index.json @@ -1,5 +1,5 @@ { "type" : "page", -"pattern" : "https://hachettebugs.koszko.org/projects/***", +"pattern" : "https://hydrillabugs.koszko.org/projects/***", "payload" : ["bag", "hello_pineapple"] } |