Skip to content

Commit 0ce79c2

Browse files
committed
docs: fixed github links
1 parent c73bb55 commit 0ce79c2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

apps/docs/src/components/ComponentInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{ componentName }} <component-title :name="componentName" />
55
</pf-title>
66
<pf-text>
7-
<pf-button variant="link" inline target="_blank" :href="`https://github.com/mtorromeo/vue-patternfly/blob/master/${src}`">
7+
<pf-button variant="link" inline target="_blank" :href="`https://github.com/mtorromeo/vue-patternfly/blob/v5/${src}`">
88
<github-icon /> Source code
99
</pf-button>
1010
</pf-text>

apps/docs/src/components/DocPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<up-right-from-square-icon />
2020
</template>
2121
</pf-tab>
22-
<pf-tab v-if="name && !noGithubLink" title="Page source code" :href="`https://github.com/mtorromeo/vue-patternfly/tree/master/apps/docs/src/stories/${name}`" target="_blank">
22+
<pf-tab v-if="name && !noGithubLink" title="Page source code" :href="`https://github.com/mtorromeo/vue-patternfly/blob/v5/apps/docs/src/stories/${name}`" target="_blank">
2323
<template #icon>
2424
<github-icon />
2525
</template>

apps/docs/src/components/StoryCanvas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- eslint-disable-next-line vue/no-v-html -->
1717
<div style="position: relative">
1818
<div v-if="src" class="source-link">
19-
<pf-button :href="`https://github.com/mtorromeo/vue-patternfly/tree/master/apps/docs/src/${storySrc}`" variant="link" title="Full source code" target="_blank">
19+
<pf-button :href="`https://github.com/mtorromeo/vue-patternfly/blob/v5/apps/docs/src/${storySrc}`" variant="link" title="Full source code" target="_blank">
2020
<github-icon />
2121
</pf-button>
2222
</div>

apps/docs/src/stories/Components/DescriptionList.story.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<doc-page title="Data list">
2+
<doc-page title="Description list">
33
<template #description>A <b>description list</b> contains terms and their corresponding descriptions.</template>
44

55
<template #apidocs>

apps/docs/src/stories/Overview/Introduction.story.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
The MIT License (MIT). Please see [License File](LICENSE) for more information.
6969

7070
[link-github]: https://github.com/mtorromeo/vue-patternfly
71-
[link-LICENSE]: https://raw.githubusercontent.com/mtorromeo/vue-patternfly/master/packages/core/LICENSE
71+
[link-LICENSE]: https://raw.githubusercontent.com/mtorromeo/vue-patternfly/main/packages/core/LICENSE
7272
[link-author]: https://github.com/mtorromeo
7373
[link-contributors]: https://github.com/mtorromeo/vue-patternfly/graphs/contributors
7474
[link-patternfly]: https://v5-archive.patternfly.org/

packages/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ If you discover any security related issues, please email massimiliano.torromeo@
7171

7272
The MIT License (MIT). Please see [License File](LICENSE) for more information.
7373

74-
[link-LICENSE]: https://raw.githubusercontent.com/mtorromeo/vue-patternfly/master/packages/core/LICENSE
75-
[link-CONDUCT]: https://github.com/mtorromeo/vue-patternfly/blob/master/packages/core/CONDUCT.md
74+
[link-LICENSE]: https://raw.githubusercontent.com/mtorromeo/vue-patternfly/main/packages/core/LICENSE
75+
[link-CONDUCT]: https://github.com/mtorromeo/vue-patternfly/blob/main/packages/core/CONDUCT.md
7676
[link-author]: https://github.com/mtorromeo
7777
[link-contributors]: ../../contributors
7878
[link-patternfly]: https://v5-archive.patternfly.org/

0 commit comments

Comments
 (0)