Skip to content

Commit

Permalink
fix: change links to issues and edit to homarr-labs
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf committed Jan 19, 2025
1 parent aad103e commit 8c707ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/community/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
Yes, Homarr is compatible with the architecture of the Raspberry Pi. Have a look in our <a href="/docs/getting-started/installation">installation guide</a> on how to do so.

### I have a suggestion / idea for improvement or want to report a bug
You can report issues, suggestions, or ideas for improvements <a href="https://github.com/ajnart/homarr/issues/new/choose">here</a>.
You can report issues, suggestions, or ideas for improvements <a href="https://github.com/homarr-labs/homarr/issues/new/choose">here</a>.

### Can I use my own custom icons for apps?
Yes, check out our guide on <a href="/docs/advanced/customizations/icons">how to add your custom icons</a>.
Expand Down Expand Up @@ -69,7 +69,7 @@ Please check [the section above](#how-do-i-open-the-console--log), on how to obt
Yes, you can! But please consider a donation, if our work has been useful to you.

### I think I found a bug. What can I do?
If you think, that you found a bug, please create an issue <a href="https://github.com/ajnart/homarr/issues/new/choose">here</a>.
If you think, that you found a bug, please create an issue <a href="https://github.com/homarr-labs/homarr/issues/new/choose">here</a>.

### Why can't I use my custom icons?
You need to restart the Homarr Docker container after adding icons.
Expand All @@ -85,6 +85,6 @@ Yes, go <a href="/docs/community/get-in-touch">here</a> to get with us in touch.

:::tip

Haven't found the solution to your problem / question? We are eager to help you on [our Discord](/docs/community/get-in-touch#discord) or in a [GitHub Issue](https://github.com/ajnart/homarr/issues/new/choose).
Haven't found the solution to your problem / question? We are eager to help you on [our Discord](/docs/community/get-in-touch#discord) or in a [GitHub Issue](https://github.com/homarr-labs/homarr/issues/new/choose).

:::
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const config: Config = {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/ajnart/homarr-docs/edit/master',
editUrl: 'https://github.com/homarr-labs/documentation/edit/master',
authorsMapPath: 'authors.yml',
},
theme: {
Expand Down Expand Up @@ -128,7 +128,7 @@ const config: Config = {
label: 'Discord',
},
{
to: 'https://github.com/ajnart/homarr',
to: 'https://github.com/homarr-labs/homarr',
label: 'GitHub',
},
{
Expand Down Expand Up @@ -186,7 +186,7 @@ const config: Config = {
},
{
label: 'GitHub',
to: 'https://github.com/ajnart/homarr',
to: 'https://github.com/homarr-labs/homarr',
},
{
label: 'Donate',
Expand Down

0 comments on commit 8c707ac

Please sign in to comment.