You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/18 23:26:42 UTC

[GitHub] CodingCat closed pull request #44: Modify Scala web site linking to GitHub with package name

CodingCat closed pull request #44: Modify Scala web site linking to GitHub with package name
URL: https://github.com/apache/incubator-mxnet-site/pull/44
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/scala/index.html b/api/scala/index.html
index 97b66a51..8e53b9ea 100644
--- a/api/scala/index.html
+++ b/api/scala/index.html
@@ -206,8 +206,8 @@ <h1 id="logo-wrap">
 <li class="toctree-l2"><a class="reference internal" href="#resources">Resources</a><ul>
 <li class="toctree-l3"><a class="reference external" href="https://mxnet.incubator.apache.org/api/scala/docs/index.html">MXNet Scala API Documentation</a></li>
 <li class="toctree-l3"><a class="reference external" href="https://mxnet.incubator.apache.org/tutorials/scala/mnist.html">Handwritten Digit Classification in Scala</a></li>
-<li class="toctree-l3"><a class="reference external" href="https://github.com/dmlc/mxnet/blob/master/scala-package/examples/src/main/scala/ml/dmlc/mxnetexamples/neuralstyle/NeuralStyle.scala">Neural Style in Scala on MXNet</a></li>
-<li class="toctree-l3"><a class="reference external" href="https://github.com/dmlc/mxnet/tree/master/scala-package/examples/src/main/scala/ml/dmlc/mxnetexamples">More Scala Examples</a></li>
+<li class="toctree-l3"><a class="reference external" href="https://github.com/dmlc/mxnet/blob/master/scala-package/examples/src/main/scala/org/apache/mxnetexamples/neuralstyle/NeuralStyle.scala">Neural Style in Scala on MXNet</a></li>
+<li class="toctree-l3"><a class="reference external" href="https://github.com/dmlc/mxnet/tree/master/scala-package/examples/src/main/scala/org/apache/mxnetexamples">More Scala Examples</a></li>
 </ul>
 </li>
 </ul>
@@ -264,8 +264,8 @@ <h1 id="logo-wrap">
 <ul>
 <li class="toctree-l1"><a class="reference external" href="https://mxnet.incubator.apache.org/api/scala/docs/index.html">MXNet Scala API Documentation</a></li>
 <li class="toctree-l1"><a class="reference external" href="https://mxnet.incubator.apache.org/tutorials/scala/mnist.html">Handwritten Digit Classification in Scala</a></li>
-<li class="toctree-l1"><a class="reference external" href="https://github.com/dmlc/mxnet/blob/master/scala-package/examples/src/main/scala/ml/dmlc/mxnetexamples/neuralstyle/NeuralStyle.scala">Neural Style in Scala on MXNet</a></li>
-<li class="toctree-l1"><a class="reference external" href="https://github.com/dmlc/mxnet/tree/master/scala-package/examples/src/main/scala/ml/dmlc/mxnetexamples">More Scala Examples</a></li>
+<li class="toctree-l1"><a class="reference external" href="https://github.com/dmlc/mxnet/blob/master/scala-package/examples/src/main/scala/org/apache/mxnetexamples/neuralstyle/NeuralStyle.scala">Neural Style in Scala on MXNet</a></li>
+<li class="toctree-l1"><a class="reference external" href="https://github.com/dmlc/mxnet/tree/master/scala-package/examples/src/main/scala/org/apache/mxnetexamples">More Scala Examples</a></li>
 </ul>
 </div>
 </div>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services