Skip to content

Commit 4a044c4

Browse files
committed
docs: fixed github links
1 parent 349d671 commit 4a044c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/main/${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/main/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/main/apps/docs/src/${storySrc}`" variant="link" title="Full source code" target="_blank">
2020
<github-icon />
2121
</pf-button>
2222
</div>

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://www.patternfly.org/

0 commit comments

Comments
 (0)