Skip to content

Commit 77912b0

Browse files
committed
Rename the default branch
1 parent 929fee0 commit 77912b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e # Exit with nonzero exit code if anything fails
33

44
# From https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
55

6-
SOURCE_BRANCH="master"
6+
SOURCE_BRANCH="main"
77
TARGET_BRANCH="gh-pages"
88

99
function doCompile {

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Abstract:
1919
specifications of concrete sensors along with an abstract Sensor interface
2020
that can be extended to accommodate different sensor types.
2121
!Feedback: <a href="https://github.com/w3c/sensors">GitHub</a> (<a href="https://github.com/w3c/sensors/issues/new">new issue</a>, <a href="https://github.com/w3c/sensors/milestone/2">level 1 issues</a>, <a href="https://github.com/w3c/sensors/issues">all issues</a>)
22-
!Other: <a href="https://github.com/web-platform-tests/wpt/tree/master/generic-sensor">Test suite</a>, <a href="https://github.com/w3c/sensors/commits/master/index.bs">latest version history</a>, <a href="https://github.com/w3c/sensors/commits/gh-pages/index.bs">previous version history</a>
22+
!Other: <a href="https://github.com/web-platform-tests/wpt/tree/master/generic-sensor">Test suite</a>, <a href="https://github.com/w3c/sensors/commits/main/index.bs">latest version history</a>, <a href="https://github.com/w3c/sensors/commits/gh-pages/index.bs">previous version history</a>
2323
Indent: 2
2424
Repository: w3c/sensors
2525
Markup Shorthands: markdown on

0 commit comments

Comments
 (0)