Skip to content

Commit 84279dc

Browse files
authored
Merge pull request #4614 from dlabrecq/docs2
Update README
2 parents e749f9d + e1e76ed commit 84279dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Monorepo for Cost Management related user interfaces
99
Submit issues in [Jira].
1010

1111
For specific instructions look at app's README. Available apps:
12-
- [koku-ui-hccm]
13-
- [koku-ui-ros]
12+
- [koku-ui-hccm][koku-ui-hccm-readme]
13+
- [koku-ui-ros][koku-ui-ros-readme]
1414

1515
[build-badge]: https://github.com/project-koku/koku-ui/actions/workflows/ci.yml/badge.svg?branch=main
1616
[codecov-badge]: https://codecov.io/gh/project-koku/koku-ui/graph/badge.svg?token=1hjFIy1cRe
1717
[Jira]: https://issues.redhat.com/projects/COST/
18-
[koku-ui-hccm]: https://github.com/project-koku/koku-ui/apps/koku-ui-hccm
19-
[koku-ui-ros]: https://github.com/project-koku/koku-ui/apps/koku-ui-ros
18+
[koku-ui-hccm-readme]: https://github.com/project-koku/koku-ui/blob/main/apps/koku-ui-hccm/README.md
19+
[koku-ui-ros-readme]: https://github.com/project-koku/koku-ui/blob/main/apps/koku-ui-ros/README.md
2020
[license-badge]: https://img.shields.io/github/license/project-koku/koku-ui.svg?longCache=true

apps/koku-ui-hccm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ sudo bash scripts/patch-etc-hosts.sh
4343
3. Clone the repository, and open a terminal in the base of this project.
4444
4. Run the command `npm install` to install all the dependencies.
4545

46-
## Building koku-ui-hccm
46+
## Building apps/koku-ui-hccm
4747
```
4848
npm build
4949
```
5050

51-
## Testing koku-ui-hccm
51+
## Testing apps/koku-ui-hccm
5252
```
5353
npm test
5454
```
@@ -209,7 +209,7 @@ This [RELEASE][release-doc] doc describes how to release Koku UI to each staging
209209
[codecov-badge]: https://codecov.io/gh/project-koku/koku-ui/graph/badge.svg?token=1hjFIy1cRe
210210
[Jira]: https://issues.redhat.com/projects/COST/
211211
[koku-readme]: https://github.com/project-koku/koku#readme
212-
[koku-ui-ros-readme]: https://github.com/project-koku/koku-ui/blob/prod-ros/apps/koku-ui-ros/README.md
212+
[koku-ui-ros-readme]: https://github.com/project-koku/koku-ui/blob/main/apps/koku-ui-ros/README.md
213213
[license-badge]: https://img.shields.io/github/license/project-koku/koku-ui.svg?longCache=true
214214
[nodejs]: https://nodejs.org/en/
215215
[npm]: https://www.npmjs.com/

0 commit comments

Comments
 (0)