mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
master -> main for basePath link in examples (#806)
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user