Skip to content

Commit

Permalink
Merge pull request #3528 from Kotlin/koshachy-fix-docs-edit-url
Browse files Browse the repository at this point in the history
fix: fix property for Edit page button
  • Loading branch information
koshachy committed Nov 16, 2022
2 parents 8a21e4b + bcffc34 commit 6dfabf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<buildprofiles>
<variables>
<enable-browser-edits>true</enable-browser-edits>
<browser-edits-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/</browser-edits-url>
<browser-edits-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/</browser-edits-url>
<allow-indexable-eaps>true</allow-indexable-eaps>
</variables>
<build-profile product="kc"/>
Expand Down

0 comments on commit 6dfabf7

Please sign in to comment.