diff --git a/docs/content/commands/hugo.md b/docs/content/commands/hugo.md
index d3b0b3581..5521ee968 100644
--- a/docs/content/commands/hugo.md
+++ b/docs/content/commands/hugo.md
@@ -1,5 +1,5 @@
---
-date: 2017-09-26T21:11:49+02:00
+date: 2017-09-26T17:09:31-05:00
title: "hugo"
slug: hugo
url: /commands/hugo/
@@ -67,7 +67,6 @@ hugo [flags]
### SEE ALSO
* [hugo benchmark](/commands/hugo_benchmark/) - Benchmark Hugo by building a site a number of times.
-* [hugo check](/commands/hugo_check/) - Contains some verification checks
* [hugo config](/commands/hugo_config/) - Print the site configuration
* [hugo convert](/commands/hugo_convert/) - Convert your content to different formats
* [hugo env](/commands/hugo_env/) - Print Hugo version and environment info
diff --git a/docs/content/content-management/cross-references.md b/docs/content/content-management/cross-references.md
index e0b32dbe2..55335d6a0 100644
--- a/docs/content/content-management/cross-references.md
+++ b/docs/content/content-management/cross-references.md
@@ -21,12 +21,12 @@ toc: true
## Use `ref` and `relref`
```
-{{* ref "document" */>}}
+{{* ref "document.md" */>}}
{{* ref "#anchor" */>}}
-{{* ref "document#anchor" */>}}
-{{* relref "document" */>}}
+{{* ref "document.md#anchor" */>}}
+{{* relref "document.md" */>}}
{{* relref "#anchor" */>}}
-{{* relref "document#anchor" */>}}
+{{* relref "document.md#anchor" */>}}
```
The single parameter to `ref` is a string with a content `documentname` (e.g., `about.md`) with or without an appended in-document `anchor` (`#who`) without spaces.
@@ -120,4 +120,4 @@ Ensuring heading uniqueness across the site is accomplished with a unique identi
[built-in Hugo shortcodes]: /content-management/shortcodes/#using-the-built-in-shortcodes
[lists]: /templates/lists/
[output formats]: /templates/output-formats/
-[shortcode]: /content-management/shortcodes/
\ No newline at end of file
+[shortcode]: /content-management/shortcodes/
diff --git a/docs/content/contribute/documentation.md b/docs/content/contribute/documentation.md
index e717d4b72..3d5956ac2 100644
--- a/docs/content/contribute/documentation.md
+++ b/docs/content/contribute/documentation.md
@@ -143,8 +143,7 @@ This example HTML code block tells Hugo users the following:
2. This snippet is complete enough to be downloaded and implemented in a Hugo project, as demonstrated by `download="single.html"`.
```
-{{%/* code file="layouts/_default/single.html" download="single.html" */%}}
-```
+{{* code file="layouts/_default/single.html" download="single.html" */>}}
{{ define "main" }}