From 5333164a9edad48e5a769872fa999ed82f151024 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Sat, 22 May 2021 00:04:19 +0200 Subject: [PATCH] master -> main for basePath link in examples (#806) --- examples/lib/commons/commons.dart | 2 +- packages/flame/CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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