DOCS: Fix DSL table of contents (#1783)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata 2022-10-30 18:57:22 +01:00 committed by GitHub
parent 1aca045d5b
commit 67bbbb3596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
</a> </a>
{% if include.provider-jsId != nill %} {% if include.provider-jsId != nill %}
for for
<a href="/providers/{{include.provider-jsId}}"> <a href="{{ site.github.url }}/providers/{{include.provider-jsId | downcase}}">
<strong> <strong>
{{include.provider-name}} {{include.provider-name}}
</strong> </strong>