Fix quick links (#6676)

* fix

* fix wording
This commit is contained in:
Kai Huang 2022-11-18 14:57:21 +08:00 committed by GitHub
parent 8f18a235fd
commit 83921263c8

View file

@ -10,13 +10,13 @@
</label>
<ul class="bigdl-quicklinks-section-nav">
<li>
<a href="doc/UseCase/spark-dataframe.html">Use Spark Dataframe for Deep Learning</a>
<a href="doc/Orca/Howto/spark-dataframe.html">Use Spark DataFrames for Deep Learning</a>
</li>
<li>
<a href="doc/Orca/QuickStart/orca-pytorch-distributed-quickstart.html">Distributed PyTorch using Orca</a>
</li>
<li>
<a href="doc/Orca/QuickStart/orca-autoxgboost-quickstart.html">Use AutoXGBoost to tune XGBoost parameters automatically</a>
<a href="doc/Orca/Howto/orca-autoxgboost-quickstart.html">Use AutoXGBoost to auto-tune XGBoost parameters</a>
</li>
</ul>
</li>