aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElior Schneider <elior.s@outlook.com>2023-08-20 09:38:57 +0300
committerGitHub <noreply@github.com>2023-08-20 09:38:57 +0300
commit722daa3da6e2864afdb6fe5b2bf03a5989c01a5c (patch)
treeb1919f62434a72651c7d876b2398019f4b6d607b /docs
parent5e47c767ffcc602f3c1cccd4a9ff2385747bd667 (diff)
downloadgoogletest-722daa3da6e2864afdb6fe5b2bf03a5989c01a5c.zip
googletest-722daa3da6e2864afdb6fe5b2bf03a5989c01a5c.tar.gz
googletest-722daa3da6e2864afdb6fe5b2bf03a5989c01a5c.tar.bz2
Update advanced.md
http to https
Diffstat (limited to 'docs')
-rw-r--r--docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.md b/docs/advanced.md
index 2a7c482..0e1f812 100644
--- a/docs/advanced.md
+++ b/docs/advanced.md
@@ -2171,7 +2171,7 @@ The report format conforms to the following JSON Schema:
```json
{
- "$schema": "http://json-schema.org/schema#",
+ "$schema": "https://json-schema.org/schema#",
"type": "object",
"definitions": {
"TestCase": {