Skip to content

Commit

Permalink
chore: update all discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Mar 5, 2024
1 parent f1a4df2 commit e6670bb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Here are some ways you can contribute:

- **Bug Fixes:** If you spot a bug or an error, feel free to fix it and submit a PR. Please include a description of the bug and how your code fixes it.
- **Feature Additions:** We are open to new features! If you have an idea, please share it on our [discord](https://discord.com/invite/Z5m88a5qWu), or make an issue in this repo.
- **Feature Additions:** We are open to new features! If you have an idea, please share it on our [discord](https://discord.gg/k7UCsH3ps9), or make an issue in this repo.
- **Documentation:** Good documentation makes for a good project. If you spot areas in our docs that can be improved, or if something is not documented and should be, feel free to make these changes.

Remember, the best way to submit these changes is via a pull-request. If you're new to Github, you can learn about PRs [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).

Also, please feel free to join our [discord](https://discord.com/invite/Z5m88a5qWu) and discuss your ideas or ask any questions. We are an open, welcoming community and we'd love to hear from you!
Also, please feel free to join our [discord](https://discord.gg/k7UCsH3ps9) and discuss your ideas or ask any questions. We are an open, welcoming community and we'd love to hear from you!

## Benchmarks
In order to run Agent Protocol Benchmarks you must have all pre-requisites mentioned above, as well as:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://hackmd.io/_uploads/ByWjLKAhn.png)

[Discord](https://discord.com/invite/Z5m88a5qWu) | [Website](https://evo.ninja) | Give the repo a :star: !
[Discord](https://discord.gg/k7UCsH3ps9) | [Website](https://evo.ninja) | Give the repo a :star: !

## Welcome!

Expand Down
2 changes: 1 addition & 1 deletion apps/browser/components/DropdownAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const DropdownAccount: React.ForwardRefRenderFunction<
)}
<a
className="dropdown-menu-item"
href="https://discord.com/invite/Z5m88a5qWu"
href="https://discord.gg/k7UCsH3ps9"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const Sidebar = ({
variant="icon"
onClick={() => {
window.open(
"https://discord.com/invite/Z5m88a5qWu",
"https://discord.gg/k7UCsH3ps9",
"_blank",
"noopener noreferrer"
);
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/components/modals/WelcomeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function WelcomeModal(props: WelcomeModalProps) {
</div>
<img src="/polywrap-award.png" alt="Award" className="w-32 h-auto pb-6 pt-6" />
<div className="text-center">
Join our <a href="https://discord.com/invite/Z5m88a5qWu" target="_blank" className="text-cyan-500">discord</a> and <a href="https://blog.polywrap.io" target="_blank" className="text-cyan-500">substack</a> to learn and
Join our <a href="https://discord.gg/k7UCsH3ps9" target="_blank" className="text-cyan-500">discord</a> and <a href="https://blog.polywrap.io" target="_blank" className="text-cyan-500">substack</a> to learn and
stay<br/>informed with our latest creations!
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-utils/src/sys/logger/Logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class Logger implements ILogger {
return;
}
await logger.info("```\n" + data + "\n```\n");
await logger.info("Support: https://discord.gg/r3rwh69cCa");
await logger.info("Support: https://discord.gg/k7UCsH3ps9");
resolve();
}
);
Expand Down

0 comments on commit e6670bb

Please sign in to comment.