diff --git a/website/astro.config.mjs b/website/astro.config.mjs index cd32a329ce7..46301a6a8fa 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -75,7 +75,7 @@ export default defineConfig({ maxHeadingLevel: 6, }, social: { - github: "https://github.com/truecharts", + github: "https://github.com/trueforge-org", facebook: "https://www.facebook.com/truecharts", "x.com": "https://twitter.com/useTrueCharts", discord: "https://discord.gg/tVsPTHWTtr", @@ -84,7 +84,7 @@ export default defineConfig({ patreon: "https://patreon.com/truecharts", }, editLink: { - baseUrl: "https://github.com/truecharts/public/tree/master/website/", + baseUrl: "https://github.com/trueforge-org/truecharts/tree/master/website", }, components: { Header: "./src/components/CustomHeader.astro", diff --git a/website/public/_redirects b/website/public/_redirects index 296e4fb51b5..58a326e8cf9 100644 --- a/website/public/_redirects +++ b/website/public/_redirects @@ -11,8 +11,8 @@ /s/ghs https://github.com/sponsors/truecharts 308 # other -/s/git https://github.com/truecharts 308 -/s/charts https://github.com/truecharts/charts 308 +/s/git https://github.com/trueforge-org 308 +/s/charts https://github.com/trueforge-org/truecharts/tree/master/charts 308 /s/shop https://www.etsy.com/shop/TrueCharts 308 # truecharts diff --git a/website/src/content/docs/404.md b/website/src/content/docs/404.md index b8388904025..807761346fe 100644 --- a/website/src/content/docs/404.md +++ b/website/src/content/docs/404.md @@ -14,5 +14,5 @@ Help us improve by fixing the link directly.
-Just submit a Pull Request on our [GitHub repository](https://github.com/truecharts/website). +Just submit a Pull Request on our [GitHub repository](https://github.com/trueforge-org/truecharts/tree/master/website). Your contributions make our documentation better for everyone! diff --git a/website/src/content/docs/clustertool/csi/topolvm.md b/website/src/content/docs/clustertool/csi/topolvm.md index c0eb03fd74f..0b08be00c10 100644 --- a/website/src/content/docs/clustertool/csi/topolvm.md +++ b/website/src/content/docs/clustertool/csi/topolvm.md @@ -60,7 +60,7 @@ spec: chart: spec: chart: lvm-disk-watcher - version: 1.1.0 # Update this with the latest version mentioned in https://github.com/truecharts/charts/blob/master/charts/system/lvm-disk-watcher/Chart.yaml + version: 1.1.0 sourceRef: kind: HelmRepository name: truecharts diff --git a/website/src/content/docs/clustertool/getting-started.md b/website/src/content/docs/clustertool/getting-started.md index 8259ac602a5..2bb2025a101 100644 --- a/website/src/content/docs/clustertool/getting-started.md +++ b/website/src/content/docs/clustertool/getting-started.md @@ -34,7 +34,7 @@ that's perfectly fine, however some steps need to be skipped. ## 2. Downloading ClusterTool -ClusterTool is available on [GitHub](https://github.com/truecharts/public/releases). +ClusterTool is available on [GitHub](https://github.com/trueforge-org/truecharts/releases). Please extract the archive and copy the executable into your `configuration folder`. ## 3. Initialisation diff --git a/website/src/content/docs/development/chart-yaml-structure.md b/website/src/content/docs/development/chart-yaml-structure.md index 29e65e2f20f..3ede142a370 100644 --- a/website/src/content/docs/development/chart-yaml-structure.md +++ b/website/src/content/docs/development/chart-yaml-structure.md @@ -3,7 +3,7 @@ title: Chart.yaml layout --- At TrueCharts we try to keep some files standardized, this enables us to make changes to these charts in bulk with less risk of mistakes. Chart.yaml is one of these files. -In this documentation we will explain the standardized layout options. For an example layout, please see our standard Chart.yaml [template](https://github.com/truecharts/public/blob/master/charts/premium/app-template/Chart.yaml) +In this documentation we will explain the standardized layout options. For an example layout, please see our standard Chart.yaml [template](https://github.com/trueforge-org/truecharts/blob/master/charts/premium/app-template/Chart.yaml) ## Layout Explained @@ -44,7 +44,7 @@ annotations: In the above description there are a lot of values that are not actually used. Some of those, like `deprecated`, we just set to false. While others, like `annotations` get commented out. -Please refer to our standard Chart.yaml [template](https://github.com/truecharts/public/blob/master/charts/premium/app-template/Chart.yaml) to see which unused values needs which treatment. +Please refer to our standard Chart.yaml [template](https://github.com/trueforge-org/truecharts/blob/master/charts/premium/app-template/Chart.yaml) to see which unused values needs which treatment. ### Dependencies @@ -55,4 +55,4 @@ All other dependencies are expected to be listed in alphabetical order. ### Maintainers The only maintainer should always be TrueCharts, as the TrueCharts core team is expected to step in if the other maintainers fail to maintain their work. -An example of how to list TrueCharts as a maintainer is available in our standard Chart.yaml [template](https://github.com/truecharts/public/blob/master/charts/premium/app-template/Chart.yaml). +An example of how to list TrueCharts as a maintainer is available in our standard Chart.yaml [template](https://github.com/trueforge-org/truecharts/blob/master/charts/premium/app-template/Chart.yaml). diff --git a/website/src/content/docs/development/contibuting-example.md b/website/src/content/docs/development/contibuting-example.md index be23b8d96f9..7d8acd08e34 100644 --- a/website/src/content/docs/development/contibuting-example.md +++ b/website/src/content/docs/development/contibuting-example.md @@ -33,7 +33,7 @@ The first step to contributing is to [fork](https://docs.github.com/en/pull-requ the TrueCharts repository. A fork is like your own copy of the repository that can be modified without affecting the original. You only need to do this once, as the fork can be re-used for all changes you wish to make. -To create a fork, navigate to the [truecharts/charts repository](https://github.com/truecharts/charts/fork) and press the +To create a fork, navigate to the [truecharts/charts repository](https://github.com/trueforge-org/truecharts/fork) and press the Fork button in the upper-right corner. On the following page, leave all of the default settings and click **Create Fork**. After a moment, you will presented with the main page of your fork, @@ -197,7 +197,7 @@ You will now notice that your fork on GitHub also has the new branch, along with The final step to integrating your changes is to submit a PR (pull request) to the upstream repository. This is a formal request for the upstream (e.g. TrueCharts) to review your changes and "pull" them into their repository should they be accepted. -To do so, navigate to the main page of the upstream repository on [GitHub](https://github.com/truecharts/charts). Here, if it hasn't been too long +To do so, navigate to the main page of the upstream repository on [GitHub](https://github.com/trueforge-org/truecharts). Here, if it hasn't been too long since you pushed to your remote, you will notice a convenient button for creating a PR based on your topic branch presented to you by GitHub. But just in-case it's not there, this guide will ignore it and demonstrate the slightly longer way. diff --git a/website/src/content/docs/general/FAQ.md b/website/src/content/docs/general/FAQ.md index 2b7a45666dc..e82c0fc9184 100644 --- a/website/src/content/docs/general/FAQ.md +++ b/website/src/content/docs/general/FAQ.md @@ -81,7 +81,7 @@ We use upstream containers. If the password is not on our website, please refer ## My Chart application has had an upstream update, but the Chart is not updated yet? -It can sometimes take a few days for our automation tools to pick up updates, please sit tight. Please only report missed updates via a [GitHub issue](https://github.com/truecharts/containers/issues/new/choose) when 7 days have passed *after the new upstream*container\* has become available. +It can sometimes take a few days for our automation tools to pick up updates, please sit tight. Please only report missed updates via a [GitHub issue](https://github.com/trueforge-org/truecharts/issues/new/choose) when 7 days have passed *after the new upstream*container\* has become available. ## Isn't there more documentation for a chart? diff --git a/website/src/content/docs/general/legal/code_of_conduct.md b/website/src/content/docs/general/legal/code_of_conduct.md index 03ade7bebc9..80b32e0d07f 100644 --- a/website/src/content/docs/general/legal/code_of_conduct.md +++ b/website/src/content/docs/general/legal/code_of_conduct.md @@ -22,7 +22,7 @@ We are a dedicated bunch of people, working on Helm Charts and Apps for multiple 5. No spamming - No link, text, or ASCII spam; no giant walls of text/links; and no all CAPS posts. 6. No NSFW/NSFL content outside of designated channels- This includes your avatar. 7. No begging or advertising - This includes soft begging. No referral links. No buying/selling/trading -8. Security policy: Discussing security issues or vulnerabilities that haven’t been updated is prohibited in public channels. Please report any CVE or security vulnerabilities in our charts or container mirrors using GitHub -> https://github.com/truecharts/charts/security/advisories/new +8. Security policy: Discussing security issues or vulnerabilities that haven’t been updated is prohibited in public channels. Please report any CVE or security vulnerabilities in our charts or container mirrors using GitHub -> https://github.com/trueforge-org/truecharts/security/advisories/new 9. Comply to the platform ToS and Community Guidelines If you see something against the rules or something that makes you feel unsafe, let the Moderators know or us the contact information under `Enforcement`.