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: Fix a couple of broken links #1266

Merged
merged 2 commits into from
Nov 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ docker run -it -p 8888:8888 -e ACCEPT_EULA=yes mcr.microsoft.com/mmlspark/releas
```

Navigate to <http://localhost:8888/> in your web browser to run the sample
notebooks. See the [documentation](https://github.com/microsoft/SynapseML/blob/master/docs/docker.md) for more on Docker use.
notebooks. See the [documentation](reference/docker.md) for more on Docker use.

> To read the EULA for using the docker image, run
``` bash
Expand All @@ -116,7 +116,7 @@ docker run -it -p 8888:8888 mcr.microsoft.com/mmlspark/release eula
### Building from source

SynapseML has recently transitioned to a new build infrastructure.
For detailed developer docs please see the [Developer Readme](https://github.com/microsoft/SynapseML/blob/master/docs/developer-readme.md)
For detailed developer docs please see the [Developer Readme](reference/developer-readme.md)

If you are an existing SynapseML developer, you will need to reconfigure your
development setup. We now support platform independent development and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ docker run -it -p 8888:8888 -e ACCEPT_EULA=yes mcr.microsoft.com/mmlspark/releas
```

Navigate to <http://localhost:8888/> in your web browser to run the sample
notebooks. See the [documentation](https://github.com/microsoft/SynapseML/blob/master/docs/docker.md) for more on Docker use.
notebooks. See the [documentation](reference/docker.md) for more on Docker use.

> To read the EULA for using the docker image, run
``` bash
Expand All @@ -116,7 +116,7 @@ docker run -it -p 8888:8888 mcr.microsoft.com/mmlspark/release eula
### Building from source

SynapseML has recently transitioned to a new build infrastructure.
For detailed developer docs please see the [Developer Readme](https://github.com/microsoft/SynapseML/blob/master/docs/developer-readme.md)
For detailed developer docs please see the [Developer Readme](reference/developer-readme.md)

If you are an existing SynapseML developer, you will need to reconfigure your
development setup. We now support platform independent development and
Expand Down