Fix repo root for EditPageLinks

Fixes #1359
pull/1368/head
Jerome Luckenbach 2020-12-22 20:17:37 +01:00 committed by GitHub
parent e849d33667
commit 58fa3c4148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ require "rexml/document"
# require "nokogiri"
$docs_repo = "https://github.com/openhab/openhab-docs"
$docs_repo_root = $docs_repo + "/blob/master"
$docs_repo_root = $docs_repo + "/blob/main"
$docs_repo_branch = "final"
$esh_repo = "https://github.com/eclipse/smarthome"
$esh_repo_root = $esh_repo + "/blob/master/docs/documentation"