This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new a0022eb Fix link syntax community component
a0022eb is described below
commit a0022ebd77c4ae2fa234dda3d9ed6d27b4f839e7
Author: Yash Ladha <[email protected]>
AuthorDate: Fri Jan 21 10:52:08 2022 +0530
Fix link syntax community component
Previously, link for contribute to cassandra was broken and rendered as
plaintext instead of a link tag, this was because the link was a relative
instead of absolute link and URL macro was not able to understand that.
Using link macro solved the issue and corrected the path to
development/index.html for contribute to cassandra.
patch by Yash Ladha; reviewed by Mick Semb Wever for CASSANDRA-17274
---
site-content/source/modules/ROOT/pages/community.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site-content/source/modules/ROOT/pages/community.adoc
b/site-content/source/modules/ROOT/pages/community.adoc
index e290da7..f7138f3 100644
--- a/site-content/source/modules/ROOT/pages/community.adoc
+++ b/site-content/source/modules/ROOT/pages/community.adoc
@@ -331,7 +331,7 @@ https://www.apache.org/theapacheway/index.html[The Apache
Way,window=blank]
[openblock, float75 full-800]
----------
-Contributors are individuals who contribute patches—source code,
documentation, help on mailing lists, website—to Apache projects. While
contributors do not have a specific governance role, they are crucial to the
project’s success. Read the docs to learn how to
{site-url}doc/latest/development/index.html[contribute to
Cassandra,window=blank], and review our
https://cwiki.apache.org/confluence/display/CASSANDRA/Apache+Cassandra+Project+Governance[governance,window=blank]
page to understa [...]
+Contributors are individuals who contribute patches—source code,
documentation, help on mailing lists, website—to Apache projects. While
contributors do not have a specific governance role, they are crucial to the
project’s success. Read the docs to learn how to
link:{site-url}_/development/index.html[contribute to Cassandra,window=blank],
and review our
https://cwiki.apache.org/confluence/display/CASSANDRA/Apache+Cassandra+Project+Governance[governance,window=blank]
page to understand h [...]
----------
--------
// end row
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]