Skip to content

Commit 0473236

Browse files
loks0nclaude
andauthored
Chore: Update references from master/0.34.x to main (#242)
CI now triggers on push to main (was master + *.x), docs link the main branch, and README uses a GitHub Actions badge (the Travis one was dead). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9a28db8 commit 0473236

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [master, "*.x"]
6+
branches: [main]
77

88
jobs:
99
format:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ When `TYPE` can be:
3636

3737
For the initial start, fork the project and use git clone command to download the repository to your computer. A standard procedure for working on an issue would be to:
3838

39-
1. `git pull`, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
39+
1. `git pull`, before creating a new branch, pull the changes from upstream. Your main needs to be up to date.
4040

4141
```
4242
$ git pull
4343
```
4444

45-
2. Create new branch from `master` like: `doc-548-submit-a-pull-request-section-to-contribution-guide`<br/>
45+
2. Create new branch from `main` like: `doc-548-submit-a-pull-request-section-to-contribution-guide`<br/>
4646

4747
```
4848
$ git checkout -b [name_of_your_new_branch]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img height="45" src="docs/logo.png" alt="Logo">
33
</p>
44

5-
[![Build Status](https://travis-ci.org/utopia-php/http.svg?branch=master)](https://travis-ci.org/utopia-php/http)
5+
[![Build Status](https://github.com/utopia-php/http/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/utopia-php/http/actions/workflows/ci.yml)
66
![Total Downloads](https://img.shields.io/packagist/dt/utopia-php/http.svg)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord)](https://discord.gg/GSeTUeA)
88

@@ -275,7 +275,7 @@ All code contributions - including those of people having commit access - must g
275275

276276
Fork the project, create a feature branch, and send us a pull request.
277277

278-
You can refer to the [Contributing Guide](https://github.com/utopia-php/http/blob/master/CONTRIBUTING.md) for more info.
278+
You can refer to the [Contributing Guide](https://github.com/utopia-php/http/blob/main/CONTRIBUTING.md) for more info.
279279

280280
For security issues, please email security@appwrite.io instead of posting a public issue in GitHub.
281281

0 commit comments

Comments
 (0)