Skip to content

Commit 6d80616

Browse files
committed
Docs: fix docref in latest version of Hugo
1 parent e9aafc7 commit 6d80616

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/landing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The static front page site for the Java documentation portal.
44

55
## Requirements
6-
Hugo version 0.21 [download here](https://github.com/spf13/hugo/releases/tag/v0.21)
6+
Hugo version 0.25 [download here](https://github.com/spf13/hugo/releases/tag/v0.25)
77
<br>
88
Check out the hugo [quickstart guide](http://gohugo.io/overview/quickstart/).
99

docs/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
3. Create content
88

99
## Requirements
10-
Hugo version 0.21 [download here](https://github.com/spf13/hugo/releases/tag/v0.21)
10+
Hugo version 0.25 [download here](https://github.com/spf13/hugo/releases/tag/v0.25)
1111
<br>
1212
Check out the hugo [quickstart guide](http://gohugo.io/overview/quickstart/).
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://docs.mongodb.org/manual{{ if eq (((.Get 0) 1) "/") false }}/{{ end }}{{ .Get 0 }}
1+
http://docs.mongodb.org/manual{{ if eq (hasPrefix (.Get 0) "/") false }}/{{ end }}{{ .Get 0 }}

0 commit comments

Comments
 (0)