Skip to content

Commit

Permalink
chore: GitHub org change
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Aug 26, 2022
1 parent a7ec956 commit 70dbd28
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 131 deletions.
193 changes: 78 additions & 115 deletions CHANGELOG.md

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Replace all on all files (README.md, CONTRIBUTING.md, bug_report.md, package.json):
- @nuxtjs/prismic
- Easily connect your Nuxt 3 application to your content hosted on Prismic
- nuxt-community/prismic-module
- prismic-module
- nuxt-modules/prismic
- prismic
-->

Expand Down Expand Up @@ -76,20 +76,20 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l
<!-- TODO: Replace link with a more useful one if available -->

[forum-question]: https://community.prismic.io
[repo-bug-report]: https://github.com/nuxt-community/prismic-module/issues/new?assignees=&labels=bug&template=bug_report.md&title=
[repo-feature-request]: https://github.com/nuxt-community/prismic-module/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=
[repo-pull-requests]: https://github.com/nuxt-community/prismic-module/pulls
[repo-bug-report]: https://github.com/nuxt-modules/prismic/issues/new?assignees=&labels=bug&template=bug_report.md&title=
[repo-feature-request]: https://github.com/nuxt-modules/prismic/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=
[repo-pull-requests]: https://github.com/nuxt-modules/prismic/pulls

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/prismic/latest.svg
[npm-version-href]: https://npmjs.com/package/@nuxtjs/prismic
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/prismic.svg
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/prismic
[github-actions-ci-src]: https://github.com/nuxt-community/prismic-module/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/nuxt-community/prismic-module/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/prismic-module.svg
[codecov-href]: https://codecov.io/gh/nuxt-community/prismic-module
[github-actions-ci-src]: https://github.com/nuxt-modules/prismic/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/nuxt-modules/prismic/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-modules/prismic.svg
[codecov-href]: https://codecov.io/gh/nuxt-modules/prismic
[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[conventional-commits-href]: https://conventionalcommits.org
[license-src]: https://img.shields.io/npm/l/@nuxtjs/prismic.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/components/NavbarCenter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const isActive = (link: any) => (link.exact ? route.fullPath === link._path : ro
{{ link?.navigation?.title || link.title }}
</NuxtLink>
<NuxtLink
to="https://github.com/nuxt-community/prismic-module/blob/master/CHANGELOG.md#readme"
to="https://github.com/nuxt-modules/prismic/blob/master/CHANGELOG.md#readme"
class="text-sm u-text-gray-500 hover:u-text-gray-700 inline-flex items-center space-x-0.5 group"
>
<span>Changelog</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cta:
- /get-started
secondary:
- Open on GitHub →
- https://github.com/nuxt-community/prismic-module
- https://github.com/nuxt-modules/prismic
snippet: npm install --save-dev @nuxtjs/prismic@rc
---

Expand All @@ -37,7 +37,7 @@ Like Nuxt 3, the module is in an RC phase. We're polishing the remaining rough e
<br />
<br />

Found a bug? Have a idea? [Share it with us on GitHub](https://github.com/nuxt-community/prismic-module/issues/new/choose) ->
Found a bug? Have a idea? [Share it with us on GitHub](https://github.com/nuxt-modules/prismic/issues/new/choose) ->
::

::
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: docs

socials:
twitter: "nuxt_js"
github: "nuxt-community/prismic-module"
github: "nuxt-modules/prismic"

debug: false

Expand Down
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default defineNuxtConfig({
}
],
github: {
owner: 'nuxt-community',
repo: 'prismic-module',
owner: 'nuxt-modules',
repo: 'prismic',
branch: 'v3'
},
plausible: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/nuxt-community/prismic-module.git"
"url": "ssh://[email protected]/nuxt-modules/prismic.git"
},
"license": "MIT",
"author": "Nuxt.js Community",
Expand Down

0 comments on commit 70dbd28

Please sign in to comment.