Skip to content

Commit 95eb17e

Browse files
authored
Fix broken links in clients/ui folder (kubeflow#1015)
Signed-off-by: manaswinidas <[email protected]>
1 parent 7dd4973 commit 95eb17e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/ui/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ make kind-deployment
3838

3939
## Debugging and Testing
4040

41-
See [frontend testing guidelines](docs/testing.md) for testing the frontend.
41+
See [frontend testing guidelines](frontend/docs/testing.md) for testing the frontend.

clients/ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Model Registry UI is a standalone web app for Kubeflow Model Registry. In th
1111

1212
## Contributing
1313

14-
You can check the [contributing guidelines](../CONTRIBUTING.md) for more information on how to contribute to the Model Registry UI.
14+
You can check the [contributing guidelines] for more information on how to contribute to the Model Registry UI.
1515

1616
## OpenAPI Specification
1717

clients/ui/frontend/docs/dev-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is the default context for running a local UI. Make sure you build the pro
3636
npm run start:dev
3737
```
3838

39-
For in-depth local run guidance review the [contribution guidelines](../CONTRIBUTING.md).
39+
For in-depth local run guidance review the [contribution guidelines](../../../ui/CONTRIBUTING.md).
4040

4141
### Testing
4242

0 commit comments

Comments
 (0)