master -> main for basePath link in examples (#806)

This commit is contained in:
Lukas Klingsbo
2021-05-22 00:04:19 +02:00
committed by GitHub
parent 6113ac6e6d
commit 5333164a9e
2 changed files with 4 additions and 1 deletions

View File

@ -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';
}