Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): remove localhost references in migration docs #4034

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getComponentStyleImports } from './styles-package-import-individual.sam

<p>
<small>*Make sure the `@swisspost/design-system-styles` package is already present in your project
or follow the [installation guidelines](http://localhost:9000/?path=/docs/e53e2de8-0bbf-4f70-babc-074c5466f700--docs).*</small>
or follow the [installation guidelines](/?path=/docs/e53e2de8-0bbf-4f70-babc-074c5466f700--docs).*</small>
</p>

To import all Design System styles:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class MigrationV45Component extends LitElement {
<a
aria-hidden="true"
tabindex="-1"
href="http://localhost:9000/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v5-to-v6#migration-from-v4-to-v5"
href="/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v5-to-v6#migration-from-v4-to-v5"
alionazherdetska marked this conversation as resolved.
Show resolved Hide resolved
>
<post-icon name="2037"></post-icon>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class MigrationV56Component extends LitElement {
<a
aria-hidden="true"
tabindex="-1"
href="http://localhost:9000/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v5-to-v6"
href="/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v5-to-v6"
alionazherdetska marked this conversation as resolved.
Show resolved Hide resolved
>
<post-icon name="2037"></post-icon>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class MigrationV67Component extends LitElement {
<a
aria-hidden="true"
tabindex="-1"
href="http://localhost:9000/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v6-to-v7"
href="/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v6-to-v7"
alionazherdetska marked this conversation as resolved.
Show resolved Hide resolved
>
<post-icon name="2037"></post-icon>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class MigrationV78Component extends LitElement {
<a
aria-hidden="true"
tabindex="-1"
href="http://localhost:9000/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v7-to-v8"
href="/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v7-to-v8"
alionazherdetska marked this conversation as resolved.
Show resolved Hide resolved
>
<post-icon name="2037"></post-icon>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class MigrationV89Component extends LitElement {
<a
aria-hidden="true"
tabindex="-1"
href="http://localhost:9000/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v8-to-v9"
href="/?path=/docs/c23b1d0b-76b3-4e38-aa76-b10c29bb873f--docs#migration-from-v8-to-v9"
alionazherdetska marked this conversation as resolved.
Show resolved Hide resolved
>
<post-icon name="2037"></post-icon>
</a>
Expand Down