Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
docs: set correct links to documentation (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and yuzl committed May 20, 2019
1 parent 9110174 commit 5711b86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
> https://meetalva.io

# [Get Started](https://meetalva.io/doc/docs/guides/start?guides-enabled=true) | [Let's chat](https://gitter.im/meetalva/Lobby) | [Website](https://meetalva.io)
# [Get Started](https://meetalva.io/doc/docs/start) | [Let's chat](https://gitter.im/meetalva/Lobby) | [Website](https://meetalva.io)

Start with a minimal set of components to sketch concepts and iterate fast your team to create and enrich components, refine design and implemenation and compose a working, living prototype.

> ⚠️ This is the contributor documentation of Alva. Please refer to [meetalva.io/doc/docs/guides](https://meetalva.io/doc/docs/guides/start?guides-enabled=true) for user docs.
> ⚠️ This is the contributor documentation of Alva. Please refer to [meetalva.io/doc/docs/guides](https://meetalva.io/doc/docs/start) for user docs.
## Develop Alva

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/menu/help-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const helpMenu: MenuCreator = ctx => {
app.send({
type: Message.MessageType.OpenExternalURL,
id: uuid.v4(),
payload: 'https://meetalva.io/doc/docs/guides/start?guides-enabled=true'
payload: 'https://meetalva.io/doc/docs/start'
});
}
},
Expand Down
6 changes: 3 additions & 3 deletions packages/site/src/site.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Page: React.StatelessComponent<void> = (): JSX.Element => {
linkName="Get Started"
target="_blank"
rel="noopener"
href="./doc/docs/guides/start?guides-enabled=true"
href="./doc/docs/start"
title="Open Getting Started Tutorial"
/>
<D.MenuItem
Expand Down Expand Up @@ -306,7 +306,7 @@ const Page: React.StatelessComponent<void> = (): JSX.Element => {
</D.Copy>
</D.Layout>
<D.Space size={D.SpaceSize.M} />
<a href="./doc/docs/guides/start?guides-enabled=true" target="_blank" rel="noopener">
<a href="./doc/docs/start" target="_blank" rel="noopener">
<D.Button order={D.ButtonOrder.Secondary} color={D.Color.White}>
Find our Guides
</D.Button>
Expand All @@ -325,7 +325,7 @@ const Page: React.StatelessComponent<void> = (): JSX.Element => {
linkName="Legal notice"
target="_blank"
rel="noopener"
href="./doc/docs/legalnotice?guides-enabled=true"
href="./doc/docs/legalnotice"
/>
<D.MenuItem
linkName="Privacy Policy"
Expand Down

1 comment on commit 5711b86

@marionebl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.