diff --git a/README.md b/README.md index 344beb99..5ebc6741 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ ### Effective Endpoint Security. At Any Scale. -Kolide Fleet is a state of the art host monitoring platform tailored for security experts. Leveraging Facebook's battle-tested osquery project, Kolide delivers fast answers to big questions. To learn more about the Kolide product, visit [https://kolide.co/product](https://kolide.co/product). +Kolide Fleet is a state of the art host monitoring platform tailored for security experts. Leveraging Facebook's battle-tested osquery project, Kolide delivers fast answers to big questions. To learn more about the Kolide Fleet, visit [https://kolide.com/fleet](https://kolide.com/fleet). -Documentation for Kolide can be found at [https://docs.kolide.co](https://docs.kolide.co/kolide/current/). +Documentation for Kolide can be found on [GitHub](./docs/README.md). -[![Kolide](./assets/images/rube.png)](https://kolide.co) +[![Kolide](./assets/images/rube.png)](https://kolide.com/fleet) -- Information about using the Kolide web application can be found in the [Application Documentation](https://docs.kolide.co/kolide/current/application/). -- Resources for deploying osquery to hosts, deploying the Kolide server, installing Kolide's infrastructure dependencies, etc. can all be found in the [Infrastructure Documentation](https://docs.kolide.co/kolide/current/infrastructure/). -- If you are interested in accessing the Kolide REST API in order to programmatically interact with your osquery installation, please see the [API Documentation](https://docs.kolide.co/kolide/current/api/). -- Finally, if you're interested in interacting with the Kolide source code, you will find information on modifying and building the code in the [Development Documentation](https://docs.kolide.co/kolide/current/development/). +- Information about using the Kolide web application can be found in the [Application Documentation](./docs/application/README.md). +- Resources for deploying osquery to hosts, deploying the Kolide server, installing Kolide's infrastructure dependencies, etc. can all be found in the [Infrastructure Documentation](./docs/infrastructure/README.md). +- If you are interested in accessing the Kolide REST API in order to programmatically interact with your osquery installation, please see the [API Documentation](./docs/api/README.md). +- Finally, if you're interested in interacting with the Kolide source code, you will find information on modifying and building the code in the [Development Documentation](./docs/development/README.md). If you have any questions, please don't hesitate to reach out to [support@kolide.co](mailto:support@kolide.co). diff --git a/frontend/README.md b/frontend/README.md index 9b1afc46..6d228d36 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -5,7 +5,7 @@ The Kolide front-end is a Single Page Application using React and Redux. ## Running the Kolide web app For details instruction on building and serving the Kolide web application -consult the [Development Documentation](https://docs.kolide.co/kolide/current/development/index.html) +consult the [Development Documentation](./development/README.md) ## Directory Structure diff --git a/frontend/components/hosts/AddHostModal/AddHostModal.jsx b/frontend/components/hosts/AddHostModal/AddHostModal.jsx index e9320cd6..6eb33609 100644 --- a/frontend/components/hosts/AddHostModal/AddHostModal.jsx +++ b/frontend/components/hosts/AddHostModal/AddHostModal.jsx @@ -64,7 +64,7 @@ class AddHostModal extends Component {
  1. -

    Kolide / Osquery - Install Docs

    +

    Kolide / Osquery - Install Docs

    In order to install osquery on a client you will need the following information:

  2. diff --git a/frontend/components/side_panels/SiteNavSidePanel/navItems.js b/frontend/components/side_panels/SiteNavSidePanel/navItems.js index 9d07078c..aa2c8946 100644 --- a/frontend/components/side_panels/SiteNavSidePanel/navItems.js +++ b/frontend/components/side_panels/SiteNavSidePanel/navItems.js @@ -130,7 +130,7 @@ export default (admin) => { name: 'Help', location: { regex: /^\/help/, - pathname: 'https://docs.kolide.co/kolide/current/', + pathname: 'https://github.com/kolide/fleet/blob/master/docs/README.md', }, subItems: [], },