Fix to Edit link
Missed a trailing slash
This commit is contained in:
parent
26452d5f7c
commit
85de82c28b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ home = [ "HTML", "RSS", "JSON"]
|
||||||
# It is redirecting to the landing page of the current language if specified. (Default is "/")
|
# It is redirecting to the landing page of the current language if specified. (Default is "/")
|
||||||
disableLandingPageButton = true
|
disableLandingPageButton = true
|
||||||
# Enable GitHub editing
|
# 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
|
# 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;
|
# 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
|
# this can be overridden in the pages frontmatter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue