Skip to content

Commit

Permalink
PMM-6013 rename default branch for pmm repo (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-b authored Oct 18, 2021
1 parent 6dee93c commit 1a12c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Percona Monitoring and Management 2.x

[![Build Status](https://travis-ci.com/percona/pmm.svg?branch=PMM-2.0)](https://travis-ci.com/percona/pmm)
[![Build Status](https://travis-ci.com/percona/pmm.svg?branch=main)](https://travis-ci.com/percona/pmm)
[![CLA assistant](https://cla-assistant.percona.com/readme/badge/percona/pmm)](https://cla-assistant.percona.com/percona/pmm)

![PMM](https://www.percona.com/sites/default/files/pmm-logo.png)
Expand Down Expand Up @@ -41,9 +41,9 @@ As a general rule of thumb, please try to create bug reports that are:

## APIs

See stable API definitions [there](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/percona/pmm/PMM-2.0/api/swagger/swagger.json),
See stable API definitions [there](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/percona/pmm/main/api/swagger/swagger.json),
and all API definitions (including technical preview, development and testing APIs)
[there](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/percona/pmm/PMM-2.0/api/swagger/swagger-dev.json).
[there](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/percona/pmm/main/api/swagger/swagger-dev.json).


## Repositories
Expand Down
2 changes: 1 addition & 1 deletion get-pmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# If docker is not installed, this script will try to install it as root user.
#
# Usage example:
# curl -fsSL https://raw.githubusercontent.com/percona/pmm/PMM-2.0/get-pmm.sh -o get-pmm2.sh; chmod +x get-pmm2.sh; ./get-pmm2.sh
# curl -fsSL https://raw.githubusercontent.com/percona/pmm/main/get-pmm.sh -o get-pmm2.sh; chmod +x get-pmm2.sh; ./get-pmm2.sh
#
#################################

Expand Down

0 comments on commit 1a12c11

Please sign in to comment.