Fix to Edit link

Missed a trailing slash
This commit is contained in:
Jeremy Vyska 2021-11-03 13:14:38 +01:00 committed by GitHub
parent 26452d5f7c
commit 85de82c28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ home = [ "HTML", "RSS", "JSON"]
# It is redirecting to the landing page of the current language if specified. (Default is "/")
disableLandingPageButton = true
# Enable GitHub editing
editURL = "https://github.com/BC-Design-Patterns/AL-Dev-Help/edit/main/content"
editURL = "https://github.com/BC-Design-Patterns/AL-Dev-Help/edit/main/content/"
# This controls whether submenus will be expanded (true), or collapsed (false) in the
# menu; if no setting is given, the first menu level is set to false, all others to true;
# this can be overridden in the pages frontmatter