Skip to content

Commit a428d9e

Browse files
committed
Rename the default branch
1 parent 816f6b3 commit a428d9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Group: dap
1414
Abstract:
1515
This specification defines a base orientation sensor interface and concrete sensor subclasses to monitor the device's
1616
physical orientation in relation to a stationary three dimensional Cartesian coordinate system.
17-
Version History: https://github.com/w3c/orientation-sensor/commits/master/index.bs
17+
Version History: https://github.com/w3c/orientation-sensor/commits/main/index.bs
1818
!Bug Reports: <a href="https://www.github.com/w3c/orientation-sensor/issues/new">via the w3c/orientation-sensor repository on GitHub</a>
1919
Indent: 2
2020
Repository: w3c/orientation-sensor
2121
Markup Shorthands: markdown on
2222
Inline Github Issues: true
23-
!Test Suite: <a href="https://github.com/web-platform-tests/wpt/tree/master/orientation-sensor">web-platform-tests on GitHub</a>
23+
!Test Suite: <a href="https://github.com/web-platform-tests/wpt/tree/main/orientation-sensor">web-platform-tests on GitHub</a>
2424
Boilerplate: omit issues-index, omit conformance
2525
Ignored Vars: sensor_instance, targetMatrix, x, y, z, w
2626
</pre>

security-questionnaire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Security and Privacy Self-Review Questionnaire] for [Orientation Sensor]
22

33
Answers to the [questionnaire][Security and Privacy Self-Review Questionnaire] for
4-
[Generic Sensor API] can be found [here](https://github.com/w3c/sensors/blob/master/security-questionnaire.md).
4+
[Generic Sensor API] can be found [here](https://github.com/w3c/sensors/blob/main/security-questionnaire.md).
55

66
## [3.1 Does this specification deal with personally-identifiable information?]
77

0 commit comments

Comments
 (0)