This is an automated email from the ASF dual-hosted git repository.
jmclean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 0f096c703c [MINOR] docs: fix icla link in CONTRIBUTING.md (#8680)
0f096c703c is described below
commit 0f096c703cd9a991c7c00013362380aced10d04e
Author: Slava <[email protected]>
AuthorDate: Thu Sep 25 01:31:40 2025 +0200
[MINOR] docs: fix icla link in CONTRIBUTING.md (#8680)
### What changes were proposed in this pull request?
Current link to ICLA in CONTRIBUTING.md shows 404 page
Current link with 404: [ICLA](https://www.apache.org/licenses/icla.html)
I found new ICLA link
[here](https://infra.apache.org/new-committers-guide.html#submitting-your-individual-contributor-license-agreement-icla)
and changed it to [new
icla](https://www.apache.org/licenses/#contributor-license-agreements)
### Why are the changes needed?
Fix: docs in CONTRIBUTING
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
It's a documentation change and there are no new tests were added or
done.
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fdc1604aa4..6f7fc02315 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -234,7 +234,7 @@ Before contributing:
Contributions are under the [Apache License
2.0](http://www.apache.org/licenses/LICENSE-2.0).
-If contributing on behalf of an employer or regularly, you may need to submit
an [ICLA](https://www.apache.org/licenses/icla.html). See [ASF Contributor
FAQs](https://www.apache.org/dev/new-committers-guide.html#cla).
+If contributing on behalf of an employer or regularly, you may need to submit
an [ICLA](https://www.apache.org/licenses/#contributor-license-agreements). See
[ASF Contributor
FAQs](https://www.apache.org/dev/new-committers-guide.html#cla).
Official repo:
[https://github.com/apache/gravitino](https://github.com/apache/gravitino)