Skip to content

Commit 0f364a6

Browse files
committed
chore: Use build status of main branch in README
1 parent eecb50d commit 0f364a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HTTP Status Codes and Reason Phrases for C, C++ and Qt #
22

3-
[![Linux build status](https://travis-ci.com/j-ulrich/http-status-codes-cpp.svg?branch=master)](https://travis-ci.com/j-ulrich/http-status-codes-cpp)
4-
[![Windows build status](https://ci.appveyor.com/api/projects/status/ijp196mjo0vsover/branch/master?svg=true)](https://ci.appveyor.com/project/j-ulrich/http-status-codes-cpp/branch/master)
3+
[![Linux build status](https://travis-ci.com/j-ulrich/http-status-codes-cpp.svg?branch=main)](https://app.travis-ci.com/github/j-ulrich/http-status-codes-cpp)
4+
[![Windows build status](https://ci.appveyor.com/api/projects/status/ijp196mjo0vsover/branch/main?svg=true)](https://ci.appveyor.com/project/j-ulrich/http-status-codes-cpp/branch/main)
55

66

77
This repository provides the HTTP status codes and reason phrases in different variants for C/C++.

0 commit comments

Comments
 (0)