From 002486e0f31c7a7ba231f6aaaa24bc593b548e23 Mon Sep 17 00:00:00 2001 From: Marvin Brown Date: Mon, 10 May 2021 17:17:08 -0500 Subject: [PATCH] Refactored name added additional links for security and troubleshooting guide. --- docs/overview.md | 4 ++-- docs/{Security.md => security.md} | 0 docs/{Troubleshooting.md => troubleshooting.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{Security.md => security.md} (100%) rename docs/{Troubleshooting.md => troubleshooting.md} (100%) diff --git a/docs/overview.md b/docs/overview.md index 75c0b31..88e0f0a 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -38,7 +38,7 @@ pipeline with a [Jenkins Plugin](https://plugins.jenkins.io/anchore-container-sc ### More Topics -- [Security]() -- [Troubleshooting]() +- [Security](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise/-/blob/documentation-standard/docs/security.md) +- [Troubleshooting](https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise/-/blob/documentation-standard/docs/troubleshooting.md) Find more information on Anchore Enterprise [here](https://docs.anchore.com/current/docs/overview/). \ No newline at end of file diff --git a/docs/Security.md b/docs/security.md similarity index 100% rename from docs/Security.md rename to docs/security.md diff --git a/docs/Troubleshooting.md b/docs/troubleshooting.md similarity index 100% rename from docs/Troubleshooting.md rename to docs/troubleshooting.md -- GitLab