Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
chore: renamaing next to main, dropping master (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored May 11, 2021
1 parent 5ddd70b commit c9d1b9b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/api-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

UI components for the API explorer

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/api-explorer)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/api-explorer)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down
2 changes: 1 addition & 1 deletion packages/api-logs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @readme/api-logs

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/api-logs)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/api-logs)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down
2 changes: 1 addition & 1 deletion packages/oas-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A list of extensions that ReadMe has added to extend the OAS spec.

https://docs.readme.com/docs/openapi-extensions

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/oas-extensions)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/oas-extensions)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down
2 changes: 1 addition & 1 deletion packages/oas-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A simple [React](http://facebook.github.io/react/) component capable of building HTML forms out of an [OpenAPI definition](https://www.openapis.org/) and using [Bootstrap](http://getbootstrap.com/) semantics by default. This library is a diverged fork of [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form) but is targeted more towards ReadMe's needs with its [API Explorer](https://www.npmjs.com/package/@readme/api-explorer).

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/oas-form)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/oas-form)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down
2 changes: 1 addition & 1 deletion packages/oas-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A simple React component capable of building HTML forms out of an OpenAPI definition.",
"main": "src/index.js",
"license": "Apache-2.0",
"repository": "https://github.com/readmeio/api-explorer/tree/master/packages/oas-form",
"repository": "https://github.com/readmeio/api-explorer/tree/main/packages/oas-form",
"keywords": [
"react",
"form",
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-to-har/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Utility to transform an OAS operation into a [HAR](http://www.softwareishard.com/blog/har-12-spec/) representation

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/oas-to-har)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/oas-to-har)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down
2 changes: 1 addition & 1 deletion packages/oas-to-snippet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Transform an OpenAPI operation into a code snippet.

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/oas-to-snippet)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/oas-to-snippet)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down
2 changes: 1 addition & 1 deletion packages/variable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

React component for Variables

[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/master/packages/variable)
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/variable)

[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)

Expand Down

0 comments on commit c9d1b9b

Please sign in to comment.