Skip to content

Commit

Permalink
Fix link to documentation on GitHub (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrogon authored Jul 14, 2023
1 parent 1f0e967 commit 5d7198e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To ask a question or propose an idea, feel free to start a new [discussion](http

## Documentation

View the [user's documentation](https://workleap.github.io/wl-squide/).
View the [user's documentation](https://gsoft-inc.github.io/wl-squide/).

## Live sample

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/create-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ import {
const renderItem: RenderItemFunction = (item, index, level) => {
// To keep thing simple, this sample doesn't support nested navigation items.
// For an example including support for nested navigation items, have a look at
// https://workleap.github.io/wl-squide/references/routing/userenderednavigationitems/
// https://gsoft-inc.github.io/wl-squide/references/routing/userenderednavigationitems/
if (!isNavigationLink(item)) {
return null;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/isolate-module-failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function RootLayout() {
const navigationItems = useNavigationItems();

// To keep things simple, we are omitting the definition of "renderItem" and "renderSection".
// For a full example, view: https://workleap.github.io/wl-squide/references/routing/userenderednavigationitems/.
// For a full example, view: https://gsoft-inc.github.io/wl-squide/references/routing/userenderednavigationitems/.
const navigationElements = useRenderedNavigationItems(navigationItems, renderItem, renderSection);

return (
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/override-the-host-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function RootLayout() {
const navigationItems = useNavigationItems();

// To keep things simple, we are omitting the definition of "renderItem" and "renderSection".
// For a full example, view: https://workleap.github.io/wl-squide/references/routing/userenderednavigationitems/.
// For a full example, view: https://gsoft-inc.github.io/wl-squide/references/routing/userenderednavigationitems/.
const navigationElements = useRenderedNavigationItems(navigationItems, renderItem, renderSection);

return (
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pnpm add @squide/core

## Usage

View the [user's documentation](https://workleap.github.io/wl-squide/).
View the [user's documentation](https://gsoft-inc.github.io/wl-squide/).

## 🤝 Contributing

Expand Down
2 changes: 1 addition & 1 deletion packages/fakes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pnpm add @squide/fakes

## Usage

View the [user's documentation](https://workleap.github.io/wl-squide/).
View the [user's documentation](https://gsoft-inc.github.io/wl-squide/).

## 🤝 Contributing

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pnpm add @squide/react-router

## Usage

View the [user's documentation](https://workleap.github.io/wl-squide/).
View the [user's documentation](https://gsoft-inc.github.io/wl-squide/).

## 🤝 Contributing

Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-module-federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pnpm add @squide/webpack-module-federation

## Usage

View the [user's documentation](https://workleap.github.io/wl-squide/).
View the [user's documentation](https://gsoft-inc.github.io/wl-squide/).

## 🤝 Contributing

Expand Down
2 changes: 1 addition & 1 deletion retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edit:
base: /docs
branch: main

url: https://workleap.github.io/wl-squide/
url: https://gsoft-inc.github.io/wl-squide/

branding:
title: "@squide"
Expand Down

0 comments on commit 5d7198e

Please sign in to comment.