diff --git a/examples/lib/commons/commons.dart b/examples/lib/commons/commons.dart index e37fd7ac4..bc031e291 100644 --- a/examples/lib/commons/commons.dart +++ b/examples/lib/commons/commons.dart @@ -1,6 +1,6 @@ String baseLink(String path) { const _basePath = - 'https://github.com/flame-engine/flame/blob/master/examples/lib/stories/'; + 'https://github.com/flame-engine/flame/blob/main/examples/lib/stories/'; return '$_basePath$path'; } diff --git a/packages/flame/CHANGELOG.md b/packages/flame/CHANGELOG.md index 8205360cc..db7ae05ed 100644 --- a/packages/flame/CHANGELOG.md +++ b/packages/flame/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## [Next] + - Fix link to code in example stories + ## [1.0.0-releasecandidate.11] - Replace deprecated analysis option lines-of-executable-code with source-lines-of-code - Fix the anchor of SpriteWidget