Skip to content

Commit

Permalink
fix contributions guide (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Oct 31, 2024
1 parent 03d0a5b commit 199e3cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/cn/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}

Expand All @@ -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 %}}
Expand Down
4 changes: 2 additions & 2 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}

Expand All @@ -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 %}}

Expand Down

0 comments on commit 199e3cd

Please sign in to comment.