This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch fix-404 in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
commit 9106473876baaf0f2446af3ab55058431af2a5f2 Author: jiacai2050 <[email protected]> AuthorDate: Thu Oct 31 11:21:46 2024 +0800 fix contributions guide --- content/cn/_index.md | 4 ++-- content/en/_index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/cn/_index.md b/content/cn/_index.md index 3f54d1e..5b62f77 100644 --- a/content/cn/_index.md +++ b/content/cn/_index.md @@ -15,7 +15,7 @@ title: "Horaedb" <script src="https://www.apachecon.com/event-images/snippet.js"></script> -<a class="acevent" data-format="square" data-event="na2024" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a> +<a class="acevent" data-format="wide" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a> {{% blocks/section type="row" %}} @@ -29,7 +29,7 @@ title: "Horaedb" 积极拥抱开源生态,同时能够无缝对接各种开源组件。 {{% /blocks/feature %}} -{{% blocks/feature icon="fa-brands fa-github" title="100% 开源" url="/docs/contribution-guidelines/" %}} +{{% blocks/feature icon="fa-brands fa-github" title="100% 开源" url="https://github.com/apache/horaedb/blob/main/CONTRIBUTING.md" %}} 所有代码均在 GitHub 上开源,欢迎新用户的加入! {{% /blocks/feature %}} diff --git a/content/en/_index.md b/content/en/_index.md index 6c3f905..2448880 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -15,7 +15,7 @@ Get started<i class="fas fa-arrow-alt-circle-right ms-2"></i> <script src="https://www.apachecon.com/event-images/snippet.js"></script> -<a class="acevent" data-format="square" data-event="na2024" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a> +<a class="acevent" data-format="wide" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a> {{% blocks/section type="row" %}} @@ -29,7 +29,7 @@ High scalability, Cost-efficiency, Community-driven HoraeDB has an open ecosystem that encourages collaboration and innovation, allowing developers to use what suits them best. {{% /blocks/feature %}} -{{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome!" url="docs/contribution-guidelines/" %}} +{{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome!" url="https://github.com/apache/horaedb/blob/main/CONTRIBUTING.md" %}} We do a [Pull Request](https://github.com/apache/horaedb/pulls) contributions workflow on **GitHub**. New users are always welcome! {{% /blocks/feature %}} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
