Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 0 additions & 113 deletions docs/architecture/Component Architecture/02_inf-extension.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/community/contact_us.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ There are several ways you can join the community effort to develop and enhance
- Via the [**Github pages for llm-d:** https://github.com/llm-d](https://github.com/llm-d)**
- Via our [**Slack Workspace:** https://llm-d.slack.com](https://llm-d.slack.com)
- Via [**Reddit**: Reddit:https://www.reddit.com/r/llm_d/](Reddit:https://www.reddit.com/r/llm_d/)
- We host a weekly standup for contributors on Wednesdays at 1230pm ET. Please join: [Meeting Details](https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NG9yZ3AyYTN0N3VlaW01b21xbWV2c21uNjRfMjAyNTA1MjhUMTYzMDAwWiByb2JzaGF3QHJlZGhhdC5jb20&tmsrc=robshaw%40redhat.com&scp=ALL)
- We use Google Groups to share architecture diagrams and other content. Please join: [Google Group](https://groups.google.com/g/llm-d-contributors)

You can also find us on

Expand Down
2 changes: 1 addition & 1 deletion src/components/Welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Welcome() {
</a>
</button>
<button className="static-button">
<a className="button-link" href="docs/community/work_with_us">
<a className="button-link" href="docs/community/contribute">
{/* Link to Community tab */}
Community
</a>
Expand Down