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

Website broken link fixes #12014

Merged
merged 4 commits into from
Aug 3, 2018
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
2 changes: 1 addition & 1 deletion docs/community/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Community contributions to MXNet have added many new valuable features and funct

## Model Serving

* [MXNet Model Server (MMS)](https://github.com/apache/incubator-mxnet/tree/master/example/model-server/mms.md) - simple yet scalable solution for model inference.
* [MXNet Model Server (MMS)](https://github.com/awslabs/mxnet-model-server) - simple yet scalable solution for model inference.


## Model Zoos
Expand Down
2 changes: 1 addition & 1 deletion docs/community/mxnet_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Converse with the MXNet community via the following channels:

- [Forum](https://discuss.mxnet.io/): [discuss.mxnet.io](discuss.mxnet.io) <i class="fas fa-external-link-alt"></i>
- [Forum](https://discuss.mxnet.io/): [discuss.mxnet.io](https://discuss.mxnet.io/) <i class="fas fa-external-link-alt"></i>
- [MXNet Apache developer mailing list](https://lists.apache.org/list.html?dev@mxnet.apache.org) (dev@mxnet.apache.org): To subscribe, send an email to <a href="mailto:user-subscribe@mxnet.apache.org">dev-subscribe@mxnet.apache.org</a> <i class="far fa-envelope"></i>
- [MXNet Apache user mailing list](https://lists.apache.org/list.html?user@mxnet.apache.org) (user@mxnet.apache.org): To subscribe, send an email to <a href="mailto:dev-subscribe@mxnet.apache.org">user-subscribe@mxnet.apache.org</a> <i class="far fa-envelope"></i>
- [MXNet Slack channel](https://apache-mxnet.slack.com): To request an invitation to the channel please subscribe to the mailing list above and then email: <a href="mailto:dev@mxnet.apache.org">dev@mxnet.apache.org</a> <i class="far fa-envelope"></i>
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/scala/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Using MXNet-Scala is easiest with Maven. You have a couple of options for settin

**Note:** Windows is not yet supported.

* [MXNet-Scala Setup Guide Using Maven](../install/scala_setup.html)
* [Setup Scala with MXNet and Create a MXNet-Scala Project with IntelliJ](mxnet_scala_on_intellij.html)
* [MXNet-Scala Setup Guide Using Maven](../../install/scala_setup.md)
* [Setup Scala with MXNet and Create a MXNet-Scala Project with IntelliJ](mxnet_scala_on_intellij.md)

## Tutorials

Expand Down