Skip to content

Commit

Permalink
Website broken link fixes (apache#12014)
Browse files Browse the repository at this point in the history
* fix broken link

* fix broken link

* switch to .md links

* fix broken link
  • Loading branch information
aaronmarkham committed Aug 6, 2018
1 parent 07e6b04 commit 1313564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 1313564

Please sign in to comment.