From e14385a2a216094e3b3002eddb852c0de162ca5c Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Thu, 2 Aug 2018 15:04:44 -0700 Subject: [PATCH 1/4] fix broken link --- docs/tutorials/scala/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/scala/index.md b/docs/tutorials/scala/index.md index cd9b2e219fcc..5cfd6b94e1a5 100644 --- a/docs/tutorials/scala/index.md +++ b/docs/tutorials/scala/index.md @@ -6,7 +6,7 @@ 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) +* [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) ## Tutorials From 2ffc441baa100e21d1eef630e529a2dae8f67e5c Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Thu, 2 Aug 2018 15:05:57 -0700 Subject: [PATCH 2/4] fix broken link --- docs/community/mxnet_channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/mxnet_channels.md b/docs/community/mxnet_channels.md index ef3963f7dabc..18dc1bc55ec8 100644 --- a/docs/community/mxnet_channels.md +++ b/docs/community/mxnet_channels.md @@ -2,7 +2,7 @@ Converse with the MXNet community via the following channels: -- [Forum](https://discuss.mxnet.io/): [discuss.mxnet.io](discuss.mxnet.io) +- [Forum](https://discuss.mxnet.io/): [discuss.mxnet.io](https://discuss.mxnet.io/) - [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 dev-subscribe@mxnet.apache.org - [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 user-subscribe@mxnet.apache.org - [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: dev@mxnet.apache.org From 97a9e0a93b3f13995e901f53bfeb9c5166b6b955 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Thu, 2 Aug 2018 15:07:44 -0700 Subject: [PATCH 3/4] switch to .md links --- docs/tutorials/scala/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/scala/index.md b/docs/tutorials/scala/index.md index 5cfd6b94e1a5..f14337f90f08 100644 --- a/docs/tutorials/scala/index.md +++ b/docs/tutorials/scala/index.md @@ -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 From a67eed32b9f5ba661a545d6699f8b3409dd2b54a Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Thu, 2 Aug 2018 15:15:43 -0700 Subject: [PATCH 4/4] fix broken link --- docs/community/ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/ecosystem.md b/docs/community/ecosystem.md index 5ca6d7a0b479..54f8c8993ea9 100644 --- a/docs/community/ecosystem.md +++ b/docs/community/ecosystem.md @@ -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