diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 22a0577..adf4f33 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -44,7 +44,7 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: 1d5774127406cf39ef881ff8d84f83c7 - projectName: kubeconfig-lib + projectName: kubeconfig-dart directory: docs/.vercel/output/static gitHubToken: ${{ secrets.GITHUB_TOKEN }} id: publish diff --git a/README.md b/README.md index 43cf02b..5189d68 100644 --- a/README.md +++ b/README.md @@ -58,16 +58,15 @@ dart example/convert.dart dart example/merge.dart ``` - -[kubeconfig_logo]: https://raw.githubusercontent.com/fatihsever/kubeconfig-lib/main/assets/logo.svg -[kubeconfig_link]: https://kubeconfig-lib.pages.dev/ -[ci_badge]: https://github.com/fatihsever/kubeconfig-lib/actions/workflows/ci.yml/badge.svg?branch=main -[ci_link]: https://github.com/fatihsever/kubeconfig-lib/actions/workflows/ci.yml -[coverage_badge]: https://codecov.io/github/fatihsever/kubeconfig-lib/graph/badge.svg?token=HJNIIKONS2 -[coverage_link]: https://codecov.io/github/fatihsever/kubeconfig-lib +[kubeconfig_logo]: https://raw.githubusercontent.com/nopso/kubeconfig-dart/main/assets/logo.svg +[kubeconfig_link]: https://kubeconfig-dart.nopso.io/ +[ci_badge]: https://github.com/nopso/kubeconfig-dart/actions/workflows/ci.yml/badge.svg?branch=main +[ci_link]: https://github.com/nopso/kubeconfig-dart/actions/workflows/ci.yml +[coverage_badge]: https://codecov.io/github/nopso/kubeconfig-dart/graph/badge.svg?token=HJNIIKONS2 +[coverage_link]: https://codecov.io/github/nopso/kubeconfig-dart [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg [license_link]: https://opensource.org/licenses/MIT [pub_badge]: https://img.shields.io/pub/v/kubeconfig [pub_link]: https://pub.dev/packages/kubeconfig [fatihsever_link]: https://fatihsever.com/ -[docs_link]: https://kubeconfig-lib.pages.dev/ +[docs_link]: https://kubeconfig-dart.nopso.io/ diff --git a/docs/theme.config.js b/docs/theme.config.js index 0658af1..555f3d0 100644 --- a/docs/theme.config.js +++ b/docs/theme.config.js @@ -15,6 +15,6 @@ export default { ); }, project: { - link: "https://github.com/fatihsever/kubeconfig-lib", + link: "https://github.com/nopso/kubeconfig-dart", }, }; diff --git a/pubspec.yaml b/pubspec.yaml index 052b7bc..2734efd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,9 @@ name: kubeconfig description: Kubeconfig utility library for Dart. Validate, convert, or merge kubeconfig files. version: 1.0.1 -repository: https://github.com/fatihsever/kubeconfig-lib -issue_tracker: https://github.com/fatihsever/kubeconfig-lib/issues -documentation: https://kubeconfig-lib.pages.dev +repository: https://github.com/nopso/kubeconfig-dart +issue_tracker: https://github.com/nopso/kubeconfig-dart/issues +documentation: https://kubeconfig-dart.nopso.io environment: sdk: ">=3.0.0 <4.0.0"