Skip to content

Commit 3608d27

Browse files
authored
Merge pull request #12595 from bchadwic/gists-fix
fixed errors within gist docs for GitHub AE
2 parents 6ad03a2 + 1a1f337 commit 3608d27

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/github/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you want to make local changes to a gist and push them up to the web, you can
2525

2626
## Viewing gist commit history
2727

28-
To view a gist's full commit history, click the "Revisions" tab at the top of the gist{.
28+
To view a gist's full commit history, click the "Revisions" tab at the top of the gist.
2929

3030
![Gist revisions tab](/assets/images/help/gist/gist_revisions_tab.png)
3131

data/variables/gists.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
gist_homepage: >-
2-
{% ifversion fpt or ghec %}[gist home page](https://gist.github.com/){% elsif ghae %}gist home page, `http(s)://gist.[hostname)`,{% else %}gist home page, `http(s)://[hostname]/gist` or `http(s)://gist.[hostname]` if subdomains are enabled{% endif %}
2+
{% ifversion fpt or ghec %}[gist home page](https://gist.github.com/){% elsif ghae %}gist home page, `http(s)://gist.[hostname]`{% else %}gist home page, `http(s)://[hostname]/gist` or `http(s)://gist.[hostname]` if subdomains are enabled{% endif %}
33
44
gist_search_url: >-
5-
{% ifversion fpt or ghec %}[Gist Search](https://gist.github.com/search){% elsif ghae %}Gist Search, `http(s)://gist.[hostname]/search`,{% else %}Gist Search, `http(s)://[hostname]/gist/search` or `http(s)://gist.[hostname]/search` if subdomains are enabled{% endif %}
5+
{% ifversion fpt or ghec %}[Gist Search](https://gist.github.com/search){% elsif ghae %}Gist Search, `http(s)://gist.[hostname]/search`{% else %}Gist Search, `http(s)://[hostname]/gist/search` or `http(s)://gist.[hostname]/search` if subdomains are enabled{% endif %}
66
77
discover_url: >-
8-
{% ifversion fpt or ghec %}[Discover](https://gist.github.com/discover){% elsif ghae %}Discover, `http(s)://gist.[hostname]/discover`,{% else %}Discover, `http(s)://[hostname]/gist/discover` or `http(s)://gist.[hostname]/discover` if subdomains are enabled{% endif %}
8+
{% ifversion fpt or ghec %}[Discover](https://gist.github.com/discover){% elsif ghae %}Discover, `http(s)://gist.[hostname]/discover`{% else %}Discover, `http(s)://[hostname]/gist/discover` or `http(s)://gist.[hostname]/discover` if subdomains are enabled{% endif %}

0 commit comments

Comments
 (0)