mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 17:29:10 +00:00
README.md: fix broken links to badges and Swagger editor (#16910)
* README.md: fix links to badges the links to badges are still referring to "master" branch instead of "main". this commit fixes it. * README.md: fix Restful API links to swagger editor The links to swagger editor had the URL paths to the master branch which has hence been renamed. This leads to swagger editor failing to open the API links. this commit fixes that.
This commit is contained in:
parent
1db7d6375a
commit
5afd11015a
|
@ -1,7 +1,7 @@
|
|||
# Harbor
|
||||
|
||||
[](https://github.com/goharbor/harbor/actions?query=event%3Apush+branch%3Amaster+workflow%3ACI+)
|
||||
[](https://codecov.io/gh/goharbor/harbor)
|
||||
[](https://github.com/goharbor/harbor/actions?query=event%3Apush+branch%3Amain+workflow%3ACI+)
|
||||
[](https://codecov.io/gh/goharbor/harbor)
|
||||
[](https://goreportcard.com/report/github.com/goharbor/harbor)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/2095)
|
||||
[](https://www.codacy.com/gh/goharbor/harbor/dashboard?utm_source=github.com&utm_medium=referral&utm_content=goharbor/harbor&utm_campaign=Badge_Grade)
|
||||
|
@ -48,8 +48,8 @@ For learning the architecture design of Harbor, check the document [Architecture
|
|||
## API
|
||||
|
||||
* Harbor RESTful API: The APIs for most administrative operations of Harbor and can be used to perform integrations with Harbor programmatically.
|
||||
* Part 1: [New or changed APIs](https://editor.swagger.io/?url=https://raw.githubusercontent.com/goharbor/harbor/master/api/v2.0/swagger.yaml)
|
||||
* Part 2: [Legacy APIs](https://editor.swagger.io/?url=https://raw.githubusercontent.com/goharbor/harbor/master/api/v2.0/legacy_swagger.yaml)
|
||||
* Part 1: [New or changed APIs](https://editor.swagger.io/?url=https://raw.githubusercontent.com/goharbor/harbor/main/api/v2.0/swagger.yaml)
|
||||
* Part 2: [Legacy APIs](https://editor.swagger.io/?url=https://raw.githubusercontent.com/goharbor/harbor/main/api/v2.0/legacy_swagger.yaml)
|
||||
|
||||
## Install & Run
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user