Skip to content

Commit 0641c1f

Browse files
authored
Update README.md
1 parent 45408a0 commit 0641c1f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
[![License](https://badgen.net/pypi/license/continuous-delivery-scripts)](https://github.com/ARMmbed/continuous-delivery-scripts/blob/master/LICENSE)
1010
[![Compliance](https://badgen.net/badge/License%20Report/compliant/green?icon=libraries)](https://armmbed.github.io/continuous-delivery-scripts/third_party_IP_report.html)
1111

12-
[![Build Status](https://dev.azure.com/cmsis-tools/continuous-delivery-scripts/_apis/build/status/Build%20and%20Release?branchName=main&stageName=CI%20Checkpoint)](https://dev.azure.com/cmsis-tools/continuous-delivery-scripts/_build/latest?definitionId=8&branchName=main)
1312
[![Build Status](https://github.com/ARMmbed/continuous-delivery-scripts/actions/workflows/ci.yml/badge.svg)](https://github.com/ARMmbed/continuous-delivery-scripts/actions/workflows/ci.yml)
1413

1514
[![Test Coverage](https://codecov.io/gh/ARMmbed/continuous-delivery-scripts/branch/main/graph/badge.svg?token=EAW9owYyjW)](https://codecov.io/gh/ARMmbed/continuous-delivery-scripts)
@@ -91,8 +90,7 @@ Therefore, it installs the following tools which can be used anywhere within a p
9190

9291
The follow described the major aspects of the project structure:
9392

94-
- `azure-pipelines/` - CI configuration files for Azure Pipelines.
95-
- `.githubg` - CI and GitHub configuration files.
93+
- `.github` - CI and GitHub configuration files.
9694
- `docs/` - Interface definition and usage documentation.
9795
- `examples/` - Usage examples.
9896
- `continuous-delivery-scripts/` - Python source files.
@@ -102,12 +100,12 @@ The follow described the major aspects of the project structure:
102100
## Getting Help
103101

104102
- For interface definition and usage documentation, please see [GitHub Pages](https://armmbed.github.io/continuous-delivery-scripts).
105-
- For a list of known issues and possible workarounds, please see [Known Issues](KNOWN_ISSUES.md).
103+
- For a list of known issues and possible workarounds, please see [Known Issues](./KNOWN_ISSUES.md).
106104
- To raise a defect or enhancement please use [GitHub Issues](https://github.com/ARMmbed/continuous-delivery-scripts/issues).
107105

108106
## Contributing
109107

110108
- We are committed to fostering a welcoming community, please see our
111-
[Code of Conduct](https://github.com/ARMmbed/continuous-delivery-scripts/blob/master/CODE_OF_CONDUCT.md) for more information.
112-
- For ways to contribute to the project, please see the [Contributions Guidelines](https://github.com/ARMmbed/continuous-delivery-scripts/blob/master/CONTRIBUTING.md)
113-
- For a technical introduction into developing this package, please see the [Development Guide](https://github.com/ARMmbed/continuous-delivery-scripts/blob/master/DEVELOPMENT.md)
109+
[Code of Conduct](./CODE_OF_CONDUCT.md) for more information.
110+
- For ways to contribute to the project, please see the [Contributions Guidelines](./CONTRIBUTING.md)
111+
- For a technical introduction into developing this package, please see the [Development Guide](./DEVELOPMENT.md)

0 commit comments

Comments
 (0)