From da5a3f939178e699febdd23adf8346ad37ccf938 Mon Sep 17 00:00:00 2001 From: John Reese Date: Wed, 29 Apr 2015 22:00:32 -0700 Subject: [PATCH] Fix build/osqueryi/osqueryd doc links in readme The current links result in errors because they don't include "/en/latest" in the URL paths. This also upgrades the links to https. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66979b6b..8b908274 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ WHERE mac_count > 1; ``` These queries can be: -* performed on an ad-hoc basis to explore operating system state using the [osqueryi](http://osquery.readthedocs.org/introduction/using-osqueryi/) shell -* executed via a [scheduler](http://osquery.readthedocs.org/introduction/using-osqueryd/) to monitor operating system state across a set of hosts +* performed on an ad-hoc basis to explore operating system state using the [osqueryi](https://osquery.readthedocs.org/en/latest/introduction/using-osqueryi/) shell +* executed via a [scheduler](https://osquery.readthedocs.org/en/latest/introduction/using-osqueryd/) to monitor operating system state across a set of hosts * launched from custom applications using osquery Thrift APIs #### Downloads / Install @@ -93,7 +93,7 @@ brew upgrade osquery ##### Building from source -[Building](https://osquery.readthedocs.org/development/building/) osquery from source is encouraged! Join our developer community by giving us feedback in Github issues or submitting pull requests! +[Building](https://osquery.readthedocs.org/en/latest/development/building/) osquery from source is encouraged! Join our developer community by giving us feedback in Github issues or submitting pull requests! #### Vulnerabilities