Skip to content

Commit 94b0a55

Browse files
Update links to doc files (#2414)
1 parent ac15b94 commit 94b0a55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Fixes # (issue)
1717

1818
## Before submitting
1919
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
20-
- [ ] Did you read the [contributor guideline](https://github.com/keras-team/keras-cv/blob/master/.github/CONTRIBUTING.md),
20+
- [ ] Did you read the [contributor guideline](https://github.com/keras-team/keras-cv/blob/master/CONTRIBUTING.md),
2121
Pull Request section?
2222
- [ ] Was this discussed/approved via a Github issue? Please add a link
2323
to it if that's the case.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ these common tasks.
3434
## Quick Links
3535
- [List of available models and presets](https://keras.io/api/keras_cv/models/)
3636
- [Developer Guides](https://keras.io/guides/keras_cv/)
37-
- [Contributing Guide](.github/CONTRIBUTING.md)
37+
- [Contributing Guide](CONTRIBUTING.md)
3838
- [Call for Contributions](https://github.com/keras-team/keras-cv/issues?q=is%3Aopen+is%3Aissue+label%3Acontribution-welcome)
39-
- [API Design Guidelines](.github/API_DESIGN.md)
39+
- [API Design Guidelines](API_DESIGN.md)
4040

4141
## Installation
4242
KerasCV supports both Keras 2 and Keras 3. We recommend Keras 3 for all new
@@ -178,9 +178,9 @@ model.fit(
178178
```
179179

180180
## Contributors
181-
If you'd like to contribute, please see our [contributing guide](.github/CONTRIBUTING.md).
181+
If you'd like to contribute, please see our [contributing guide](CONTRIBUTING.md).
182182

183-
To find an issue to tackle, please check our [call for contributions](.github/CALL_FOR_CONTRIBUTIONS.md).
183+
To find an issue to tackle, please check our [call for contributions](CALL_FOR_CONTRIBUTIONS.md).
184184

185185
We would like to leverage/outsource the Keras community not only for bug reporting,
186186
but also for active development for feature delivery. To achieve this, here is the predefined

0 commit comments

Comments
 (0)