Skip to content

Commit 1e33b1f

Browse files
committed
fix: update references from master to main in build configuration and documentation
1 parent 6c89b25 commit 1e33b1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- "**.cpp"
99
- "**.h"
1010
- "**.java"
1111

1212
pull_request:
1313
branches:
14-
- master
14+
- main
1515

1616
workflow_dispatch:
1717

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
auto2top: true,
2626
autoHeader: false,
2727
subMaxLevel: 2,
28-
homepage: 'https://raw.githubusercontent.com/devopvoid/webrtc-java/master/README.md',
28+
homepage: 'https://raw.githubusercontent.com/devopvoid/webrtc-java/main/README.md',
2929
alias: {
30-
'.*?/changelog': 'https://raw.githubusercontent.com/devopvoid/webrtc-java/master/CHANGELOG',
30+
'.*?/changelog': 'https://raw.githubusercontent.com/devopvoid/webrtc-java/main/CHANGELOG.md',
3131
},
3232
search: {
3333
maxAge: 86400000,

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<scm>
4040
<connection>scm:git:git://github.com/devopvoid/webrtc-java.git</connection>
4141
<developerConnection>scm:git:ssh://git@github.com/devopvoid/webrtc-java.git</developerConnection>
42-
<url>https://github.com/devopvoid/webrtc-java/tree/master</url>
42+
<url>https://github.com/devopvoid/webrtc-java/tree/main</url>
4343
<tag>HEAD</tag>
4444
</scm>
4545

0 commit comments

Comments
 (0)