Fix markdown link check CI action. (#169)

- Split the array of objects to separate objects for each pattern in ignorePatterns. Rename the key in each object to "pattern." The documentation for the example config file is poor.
- Add hello@fleetdm.com and /server/datastore/mysql/migrations/ to ignorePatterns
- Add 999 to aliveStatucCodes (Seems to be a LinkedIn edge case)
- Fix all broken markdown links
This commit is contained in:
noahtalerman
2021-01-04 13:55:05 -08:00
committed by GitHub
parent 04300860e1
commit 715d7b44e2
15 changed files with 56 additions and 44 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Only osquery agents should interact with the osquery API, but we'd like to suppo
### fleetctl
Many of the operations that a user may wish to perform with an API are currently best performed via the [fleetctl](./(b)-fleetctl-CLI) tooling. These CLI tools allow updating of the osquery configuration entities, as well as performing live queries.
Many of the operations that a user may wish to perform with an API are currently best performed via the [fleetctl](./2-fleetctl-CLI.md) tooling. These CLI tools allow updating of the osquery configuration entities, as well as performing live queries.
### Current API