Skip to content

Commit 5f5597c

Browse files
rename default branch to main
1 parent e6133a1 commit 5f5597c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Indexed DB
22
----------
33

4-
[![Build Status](https://travis-ci.com/w3c/IndexedDB.svg?branch=master)](https://travis-ci.com/w3c/IndexedDB)
4+
[![Build Status](https://travis-ci.com/w3c/IndexedDB.svg?branch=main)](https://travis-ci.com/w3c/IndexedDB)
55

66
This is a repository for the development of the Indexed Database (Third Edition) specification.
77
* [Latest Editor's Draft](https://w3c.github.io/IndexedDB/)

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 {

0 commit comments

Comments
 (0)