Skip to content

Commit 657c6a0

Browse files
Rename master branch to main
1 parent 41132e2 commit 657c6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ workflows:
7575
- publish:
7676
filters:
7777
branches:
78-
only: master
78+
only: main
7979
requires:
8080
- compile_and_test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fsp.gameplay.gameStart();
5252
FSP is built on top of [EightBittr](https://github.com/FullScreenShenanigans/EightBittr), a modular TypeScript game engine split across separate projects available on npm and hosted on GitHub in the [FullScreenShenanigans](https://github.com/FullScreenShenanigans) organization.
5353
It consists of a couple dozen core modules under this organization.
5454

55-
See [./src/docs](https://github.com/FullScreenShenanigans/FullScreenPokemon/tree/master/docs) for documentation specific to FullScreenPokemon.
55+
See [./src/docs](https://github.com/FullScreenShenanigans/FullScreenPokemon/tree/main/docs) for documentation specific to FullScreenPokemon.
5656

5757
<!-- Development -->
5858

0 commit comments

Comments
 (0)