Standardize documentation filenames.

snake_case to match typical Rust style.

Only applies to documentation not files LICENSE
or CODEOWNERS or README.md

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum 2022-09-23 17:11:40 -04:00 committed by Samuel Ortiz
parent e9c2f0f6a3
commit 35b303498d
6 changed files with 49 additions and 49 deletions

View File

@ -19,9 +19,9 @@ delivering Confidential Computing for guest applications or data inside the TEE
[![asciicast](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF.svg)](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF)
- [Project Overview](./Overview.md)
- [Our Roadmap](./Roadmap.md)
- [Alignment with other Projects](ALIGNMENT.md)
- [Project Overview](./overview.md)
- [Our Roadmap](./roadmap.md)
- [Alignment with other Projects](alignment.md)
### Associated Repositories

View File

@ -1,6 +1,6 @@
# Threat Vectors/Profiles
Links to further documentation detailing specific threats and how Confidential Containers uses
the trust concepts described in the context of the [Trust Model](./TrustModel.md) will be added here.
the trust concepts described in the context of the [Trust Model](./trust_model.md) will be added here.
Current TODO List for Threats to be covered is tracked under Issues [#2](https://github.com/confidential-containers/documentation/issues/29)

View File

@ -30,7 +30,7 @@ Confidential Computing. We explore trust using different orthogonal ways of cons
native approaches when they use an underlying TEE technology and
identifying where there may be considerations to preserve the value of using a TEE.
Further documentation will highlight specific [threat vectors](./ThreatsOverview.md) in detail,
Further documentation will highlight specific [threat vectors](./threats_overview.md) in detail,
considering risk,
impact, mitigation etc as the project progresses. The Security Assurance section, Page 31, of
Cloud Native Computing Foundation (CNCF)