diff options
Diffstat (limited to 'examples/content')
-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"] } |