From 0f3c5da37bf1647e18fce26beb9f06f5d6183846 Mon Sep 17 00:00:00 2001 From: Zach Kimberg Date: Mon, 17 Feb 2020 15:00:39 -0800 Subject: [PATCH] Fix get_started scala gpu (#17434) --- docs/static_site/src/_includes/get_started/linux/scala/gpu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/static_site/src/_includes/get_started/linux/scala/gpu.md b/docs/static_site/src/_includes/get_started/linux/scala/gpu.md index 9f458112a0ae..5e2f9b179205 100644 --- a/docs/static_site/src/_includes/get_started/linux/scala/gpu.md +++ b/docs/static_site/src/_includes/get_started/linux/scala/gpu.md @@ -8,9 +8,9 @@ of instructions to help you with the setup process. src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg" alt="maven badge"/> -```html +{% highlight html %} org.apache.mxnet mxnet-full_2.11-linux-x86_64-gpu -``` \ No newline at end of file +{% endhighlight %}