Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Oct 10, 2024
1 parent d94c131 commit ad572c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,6 @@ enable = true
desc = "Join the Kubeflow Mailing List!"
[[params.links.user]]
name = "Kubeflow Community Calendars"
url = "/docs/about/community/#kubeflow-community-calendars"
url = "/docs/about/community/#kubeflow-community-meetings"
icon = "fa fa-calendar"
desc = "View the Kubeflow Community Calendars!"
2 changes: 1 addition & 1 deletion content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3 class="section-head">Join our Community</h3>
<div class="container">
<p class="mx-auto col-md-7 px-0">
We are an open and welcoming <a href="/docs/about/community/" target="_blank" rel="noopener">community</a> of software developers, data scientists, and organizations!
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>!
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>!
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/components/model-registry/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ registry = ModelRegistry(
```

<!-- TODO: missing link -->

For more information on client setup and capabilities, refer to the Model Registry Python client documentation.

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

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

8 changes: 4 additions & 4 deletions content/en/events/gsoc-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Kubeflow Community is excited to announce that we have been [selected](https://s

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.

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.
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.

### Slack

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

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.
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.

### Meetings

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

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

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/).
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/).

# Project Ideas for 2024 GSoC

Expand Down

0 comments on commit ad572c3

Please sign in to comment.