diff --git a/site/en/docs/versionhistory/examples/index.md b/site/en/docs/versionhistory/examples/index.md index 528fbaf424e8..f2d155da8d78 100644 --- a/site/en/docs/versionhistory/examples/index.md +++ b/site/en/docs/versionhistory/examples/index.md @@ -22,7 +22,7 @@ List all platform and channel combinations: GET https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels ``` -List all versions for all platform and channel combinations. +List all versions for all platform and channel combinations: ```http GET https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels/all/versions @@ -46,7 +46,7 @@ GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stabl List all versions for Windows in `stable`, `beta`, and `dev` channels: ```http -GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/all/versions/?filter=channel<=dev +GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/all/versions?filter=channel<=dev ``` ## Release @@ -73,4 +73,4 @@ List all releases for Windows in the `stable` channel that reached 100% rollout: ```http GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stable/versions/all/releases?filter=fraction=1 -``` \ No newline at end of file +```