Skip to content

Commit

Permalink
Replace references to old 'master' branch with 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jun 14, 2020
1 parent 02474c0 commit 558bfee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![crates.io](https://img.shields.io/crates/v/openidconnect.svg)](https://crates.io/crates/openidconnect)
[![docs.rs](https://docs.rs/openidconnect/badge.svg)](https://docs.rs/openidconnect)
[![Build Status](https://travis-ci.org/ramosbugs/openidconnect-rs.svg?branch=master)](https://travis-ci.org/ramosbugs/openidconnect-rs)
[![codecov](https://codecov.io/gh/ramosbugs/openidconnect-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/ramosbugs/openidconnect-rs)
[![Build Status](https://travis-ci.org/ramosbugs/openidconnect-rs.svg?branch=main)](https://travis-ci.org/ramosbugs/openidconnect-rs)
[![codecov](https://codecov.io/gh/ramosbugs/openidconnect-rs/branch/main/graph/badge.svg)](https://codecov.io/gh/ramosbugs/openidconnect-rs)


This library provides extensible, strongly-typed interfaces for the OpenID Connect protocol.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
//!
//! ## Examples
//!
//! * [Google](https://github.com/ramosbugs/openidconnect-rs/tree/master/examples/google.rs)
//! * [Google](https://github.com/ramosbugs/openidconnect-rs/tree/main/examples/google.rs)
//!
//! ## Getting started: Authorization Code Grant w/ PKCE
//!
Expand Down

0 comments on commit 558bfee

Please sign in to comment.