Fix ref shortcode example output (#1409)

* Fix `ref` shortcode example output

In the absence of further knowledge, I simply used `https://example.com/` as the base URL.

* Fix `relref` example, too

cf. https://github.com/gohugoio/hugoDocs/pull/1409#pullrequestreview-636252605
This commit is contained in:
Salim B 2021-04-15 14:31:11 +00:00 committed by GitHub
parent 9f8ba56dc4
commit c103a86a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,8 +302,8 @@ Read a more extensive description of `ref` and `relref` in the [cross references
Assuming that standard Hugo pretty URLs are turned on. Assuming that standard Hugo pretty URLs are turned on.
``` ```
<a href="/blog/neat">Neat</a> <a href="https://example.com/blog/neat">Neat</a>
<a href="/about/#who:c28654c202e73453784cfd2c5ab356c0">Who</a> <a href="/about/#who">Who</a>
``` ```
### `tweet` ### `tweet`