diff --git a/doc/examples/at__object_t_key_type_const.link b/doc/examples/at__object_t_key_type_const.link index 3000cc579..918ad5883 100644 --- a/doc/examples/at__object_t_key_type_const.link +++ b/doc/examples/at__object_t_key_type_const.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/begin.link b/doc/examples/begin.link index 3875421d9..faaf39b21 100644 --- a/doc/examples/begin.link +++ b/doc/examples/begin.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/cbegin.link b/doc/examples/cbegin.link index 547ae4858..ba8da565d 100644 --- a/doc/examples/cbegin.link +++ b/doc/examples/cbegin.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/cend.link b/doc/examples/cend.link index 7b8bcba41..c987036ac 100644 --- a/doc/examples/cend.link +++ b/doc/examples/cend.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/contains_json_pointer.cpp b/doc/examples/contains_json_pointer.cpp index 5375a4352..54bcaa9e4 100644 --- a/doc/examples/contains_json_pointer.cpp +++ b/doc/examples/contains_json_pointer.cpp @@ -20,7 +20,6 @@ int main() << j.contains("/array/4"_json_pointer) << '\n' << j.contains("/baz"_json_pointer) << std::endl; - // out_of_range.106 try { // try to use an array index with leading '0' @@ -31,7 +30,6 @@ int main() std::cout << e.what() << '\n'; } - // out_of_range.109 try { // try to use an array index that is not a number diff --git a/doc/examples/contains_json_pointer.link b/doc/examples/contains_json_pointer.link index 778e151f1..895b35f46 100644 --- a/doc/examples/contains_json_pointer.link +++ b/doc/examples/contains_json_pointer.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/contains_json_pointer.output b/doc/examples/contains_json_pointer.output index 82ec36758..dd1eb38c1 100644 --- a/doc/examples/contains_json_pointer.output +++ b/doc/examples/contains_json_pointer.output @@ -2,9 +2,6 @@ true true true true -true false false false -[json.exception.parse_error.106] parse error: array index '01' must not begin with '0' -[json.exception.parse_error.109] parse error: array index 'one' is not a number diff --git a/doc/examples/count.link b/doc/examples/count.link index 9355bd2cf..1fa4880e4 100644 --- a/doc/examples/count.link +++ b/doc/examples/count.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/end.link b/doc/examples/end.link index 9ef322c4b..6b92d224c 100644 --- a/doc/examples/end.link +++ b/doc/examples/end.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/erase__IteratorType.link b/doc/examples/erase__IteratorType.link index 67ea55abd..3d641d4c4 100644 --- a/doc/examples/erase__IteratorType.link +++ b/doc/examples/erase__IteratorType.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/erase__IteratorType_IteratorType.link b/doc/examples/erase__IteratorType_IteratorType.link index 0ea298913..237a069d0 100644 --- a/doc/examples/erase__IteratorType_IteratorType.link +++ b/doc/examples/erase__IteratorType_IteratorType.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/erase__key_type.link b/doc/examples/erase__key_type.link index 1d02dd58b..d5162c3a4 100644 --- a/doc/examples/erase__key_type.link +++ b/doc/examples/erase__key_type.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/erase__size_type.link b/doc/examples/erase__size_type.link index c3d94bb83..227dd98cf 100644 --- a/doc/examples/erase__size_type.link +++ b/doc/examples/erase__size_type.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/operatorarray__size_type_const.link b/doc/examples/operatorarray__size_type_const.link index 8a9cd0b20..9138c8325 100644 --- a/doc/examples/operatorarray__size_type_const.link +++ b/doc/examples/operatorarray__size_type_const.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/scripts/send_to_wandbox.py b/doc/scripts/send_to_wandbox.py index eeef6a810..112656694 100755 --- a/doc/scripts/send_to_wandbox.py +++ b/doc/scripts/send_to_wandbox.py @@ -42,7 +42,7 @@ def strip_comments(text): # Post the given JSON data to Wandbox's API, and return the result # as a JSON object. def upload(options): - request = urllib2.Request('http://melpon.org/wandbox/api/compile.json') + request = urllib2.Request('https://melpon.org/wandbox/api/compile.json') request.add_header('Content-Type', 'application/json') response = urllib2.urlopen(request, json.dumps(options)) return json.loads(response.read())