From 94b0a551d03ee9de3d81663e2c1a680cb113f7f1 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 2 Nov 2024 02:11:23 +0200 Subject: [PATCH] Update links to doc files (#2414) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index be5c0cb902..6cbad79c5e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). -- [ ] Did you read the [contributor guideline](https://github.com/keras-team/keras-cv/blob/master/.github/CONTRIBUTING.md), +- [ ] Did you read the [contributor guideline](https://github.com/keras-team/keras-cv/blob/master/CONTRIBUTING.md), Pull Request section? - [ ] Was this discussed/approved via a Github issue? Please add a link to it if that's the case. diff --git a/README.md b/README.md index 77a67c9335..e9a0653576 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ these common tasks. ## Quick Links - [List of available models and presets](https://keras.io/api/keras_cv/models/) - [Developer Guides](https://keras.io/guides/keras_cv/) -- [Contributing Guide](.github/CONTRIBUTING.md) +- [Contributing Guide](CONTRIBUTING.md) - [Call for Contributions](https://github.com/keras-team/keras-cv/issues?q=is%3Aopen+is%3Aissue+label%3Acontribution-welcome) -- [API Design Guidelines](.github/API_DESIGN.md) +- [API Design Guidelines](API_DESIGN.md) ## Installation KerasCV supports both Keras 2 and Keras 3. We recommend Keras 3 for all new @@ -178,9 +178,9 @@ model.fit( ``` ## Contributors -If you'd like to contribute, please see our [contributing guide](.github/CONTRIBUTING.md). +If you'd like to contribute, please see our [contributing guide](CONTRIBUTING.md). -To find an issue to tackle, please check our [call for contributions](.github/CALL_FOR_CONTRIBUTIONS.md). +To find an issue to tackle, please check our [call for contributions](CALL_FOR_CONTRIBUTIONS.md). We would like to leverage/outsource the Keras community not only for bug reporting, but also for active development for feature delivery. To achieve this, here is the predefined