Skip to content

Commit 1fb5241

Browse files
authored
Fix URL formatting in publish config
1 parent c657d00 commit 1fb5241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
},
114114
{
115115
"path_to_root": "reusable-content",
116-
"url": "https://github.com/MicrosoftDocs/reusable-content/",
116+
"url": "https://github.com/MicrosoftDocs/reusable-content",
117117
"branch": "main",
118118
"branch_mapping": {}
119119
}
@@ -136,4 +136,4 @@
136136
"version": "latest"
137137
}
138138
]
139-
}
139+
}

0 commit comments

Comments
 (0)