From d32689b050c7c60a182aac7c7bd0a59aa5876265 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Tue, 1 Oct 2024 08:22:08 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d7d47aa..7b10c3f 100644 --- a/README.md +++ b/README.md @@ -13,23 +13,23 @@ jupyter server extension enable nbdefense_jupyter ## 🙋‍♂️ What is the NB Defense Jupyter Lab Extension? -Brought to you by Protect AI, NB Defense Jupyter Lab Extension (JLE) is an open source tool that encourages you to think about security throughout every step of your machine learning development process. You can use nbdefense to scan for [Secrets](https://nbdefense.ai/supported-scans/detecting-secrets), [Personally Identifiable Information (PII)](https://nbdefense.ai/supported-scans/detecting-PII), [Common Vulnerabilities and Exposures(CVE)](https://nbdefense.ai/supported-scans/detecting-CVEs), and [Licenses](https://nbdefense.ai/supported-scans/detecting-licenses) in your notebook files. +Brought to you by Protect AI, NB Defense Jupyter Lab Extension (JLE) is an open source tool that encourages you to think about security throughout every step of your machine learning development process. You can use nbdefense to scan for [Secrets](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-secrets.md), [Personally Identifiable Information (PII)](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-PII.md), [Common Vulnerabilities and Exposures(CVE)](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-CVEs.md), and [Licenses](https://github.com/protectai/nbdefense/blob/main/docs/docs/supported-scans/detecting-licenses.md) in your notebook files. -The NB Defense Jupyter Lab Extension depends on our [CLI/SDK](https://github.com/protectai/nbdefense) repository Visit our [documentation](https://nbdefense.ai), or the repository below to learn more. +The NB Defense Jupyter Lab Extension depends on our [CLI/SDK](https://github.com/protectai/nbdefense) repository Visit our [documentation](https://github.com/protectai/nbdefense/tree/main/docs/docs), or the repository below to learn more. - [NB Defense Repository](https://github.com/protectai/nbdefense) ## 📄 Documentation -For more details and [documentation](https://nbdefense.ai) visit these links: +For more details and [documentation](https://github.com/protectai/nbdefense/tree/main/docs/docs) visit these links: -- [Documentation](https://nbdefense.ai) +- [Documentation](https://github.com/protectai/nbdefense/tree/main/docs/docs) -- [Getting Started on a Local Machine](https://nbdefense.ai/getting-started/jupyter-lab-extension) -- [Getting Started on with Cloud Services](https://nbdefense.ai/getting-started/cloud-services) +- [Getting Started on a Local Machine](https://github.com/protectai/nbdefense/blob/main/docs/docs/getting-started/jupyter-lab-extension.md) +- [Getting Started on with Cloud Services](https://github.com/protectai/nbdefense/tree/main/docs/docs/getting-started/cloud-services) ## 💪 Contributing Welcome to the team! We are open to contributions and working with the community to make notebooks safer for everyone. -If you would like to contribute, please visit [CONTRIBUTING.md](https://github.com/protectai/nbdefense-jupyter/blob/main/CONTRIBUTING.md) to get started as a developer, or to suggest bug fixes, improvements, or new features follow [this link](https://nbdefense.ai/faq) to our FAQ page. +If you would like to contribute, please visit [CONTRIBUTING.md](https://github.com/protectai/nbdefense-jupyter/blob/main/CONTRIBUTING.md) to get started as a developer, or to suggest bug fixes, improvements, or new features follow [this link](https://github.com/protectai/nbdefense/blob/main/docs/docs/faq.md) to our FAQ page.