Skip to content

Commit 9c7086f

Browse files
committed
Fix links
Signed-off-by: Andrey Velichkevich <[email protected]>
1 parent d94c131 commit 9c7086f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,6 @@ enable = true
278278
desc = "Join the Kubeflow Mailing List!"
279279
[[params.links.user]]
280280
name = "Kubeflow Community Calendars"
281-
url = "/docs/about/community/#kubeflow-community-calendars"
281+
url = "/docs/about/community/#kubeflow-community-meetings"
282282
icon = "fa fa-calendar"
283283
desc = "View the Kubeflow Community Calendars!"

content/en/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3 class="section-head">Join our Community</h3>
158158
<div class="container">
159159
<p class="mx-auto col-md-7 px-0">
160160
We are an open and welcoming <a href="/docs/about/community/" target="_blank" rel="noopener">community</a> of software developers, data scientists, and organizations!
161-
Check out the <a href="/docs/about/community/#kubeflow-community-call">weekly community call</a>, get involved in discussions on the <a href="/docs/about/community/#kubeflow-mailing-list">mailing list</a> or chat with others on the <a href="/docs/about/community/#kubeflow-slack-channels">Slack Workspace</a>!
161+
Check out the <a href="/docs/about/community/#list-of-available-meetings">weekly community calls</a>, get involved in discussions on the <a href="/docs/about/community/#kubeflow-mailing-list">mailing list</a> or chat with others on the <a href="/docs/about/community/#kubeflow-slack-channels">Slack Workspace</a>!
162162
</p>
163163
</div>
164164
</div>

content/en/docs/about/community.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following list shows available Kubeflow community meetings with the correspo
7474
| Kubeflow Notebooks WG | [Google Doc](https://bit.ly/kf-notebooks-wg-notes) | |
7575
| Kubeflow Platform WG | [Google Doc](https://bit.ly/kf-wg-manifests-notes) | |
7676
| Kubeflow Pipelines WG | [Google Doc](http://bit.ly/kfp-meeting-notes) | |
77-
| Kubeflow Release meeting | [Google Doc](https://bit.ly/kf-release-team-notes) | |
77+
| Kubeflow Release team call | [Google Doc](https://bit.ly/kf-release-team-notes) | |
7878
| Kubeflow Spark Operator call | [Google Doc](https://bit.ly/3VGzP4n) | [YouTube playlist](https://www.youtube.com/playlist?list=PLmzRWLV1CK_xXuM6gALgBG8vDZHFCNxce) |
7979
| KServe call | [Google Doc](https://bit.ly/3NlKFb3) | |
8080

content/en/docs/components/model-registry/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ registry = ModelRegistry(
4949
```
5050

5151
<!-- TODO: missing link -->
52+
5253
For more information on client setup and capabilities, refer to the Model Registry Python client documentation.
5354

5455
## Register metadata
@@ -135,7 +136,6 @@ specifying the serving runtime to be used to serve the model, and references to
135136
## Next steps
136137

137138
- Get involved:
138-
- Model Registry working group: https://www.kubeflow.org/docs/about/community/#kubeflow-community-calendars
139+
- Model Registry working group: https://www.kubeflow.org/docs/about/community/#kubeflow-community-meetings
139140
- https://github.com/kubeflow/model-registry
140141
- Feedback: {{% alpha-status feedbacklink="https://github.com/kubeflow/model-registry" %}}
141-

content/en/events/gsoc-2024.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Kubeflow Community is excited to announce that we have been [selected](https://s
1111

1212
Please go to [Google Summer of Code 2024](https://buildyourfuture.withgoogle.com/programs/summer-of-code) and sign up as a student. Next, look at the [projects below](#project-ideas-for-2024-gsoc) to decide which ones you are interested in. Note, that you must submit your proposals through the GSoC website and your proposal must be selected to participate.
1313

14-
Contributor applications open __March 18th, 2024__ and close on __April 2nd, 2024__. For more information, see the GSoC website and/or reach out to the GSoC organizers. Please only contact mentors about projects, not the program itself.
14+
Contributor applications open **March 18th, 2024** and close on **April 2nd, 2024**. For more information, see the GSoC website and/or reach out to the GSoC organizers. Please only contact mentors about projects, not the program itself.
1515

1616
### Slack
1717

18-
Please [__Join the Kubeflow Slack__](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels).
18+
Please [**Join the Kubeflow Slack**](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels).
1919

20-
Please __do not__ reach out privately to mentors, instead, start a thread in the [`#gsoc-participants`](https://kubeflow.slack.com/archives/C06LW6Z3RA6) channel so others can see the response. Be kind to our mentors, please search to see if your question has already been answered.
20+
Please **do not** reach out privately to mentors, instead, start a thread in the [`#gsoc-participants`](https://kubeflow.slack.com/archives/C06LW6Z3RA6) channel so others can see the response. Be kind to our mentors, please search to see if your question has already been answered.
2121

2222
### Meetings
2323

@@ -46,7 +46,7 @@ document.getElementById('calendar-container').innerHTML = html;
4646

4747
Please understand that not everyone can be selected for Google Summer of Code (GSoC), there are many possible candidates for each project.
4848

49-
However, we still want to encourage you to participate in the Kubeflow project! Get started by attending [working group meetings](/docs/about/community/#kubeflow-community-calendars) for components you want to help with, and reading our [contributing guide](/docs/about/contributing/).
49+
However, we still want to encourage you to participate in the Kubeflow project! Get started by attending [working group meetings](/docs/about/community/#kubeflow-community-meetings) for components you want to help with, and reading our [contributing guide](/docs/about/contributing/).
5050

5151
# Project Ideas for 2024 GSoC
5252

0 commit comments

Comments
 (0)