Skip to content

Commit 3f6a26e

Browse files
authored
chore(readme): update readme links for main branch
Fixes README links after trunk branch rename
2 parents bda02e1 + ae038c1 commit 3f6a26e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<br />
22

33
<p align="center">
4-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/logo.png">
5-
<img alt="CloudGraph" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/logo.png" width="75%" style="display: block; margin: auto" />
4+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/logo.png">
5+
<img alt="CloudGraph" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/logo.png" width="75%" style="display: block; margin: auto" />
66
</a>
77
</p>
88

@@ -28,15 +28,15 @@ Cloud Graph lets you **Know your cloud** in 5 minutes. Built and maintained with
2828

2929
💻 [Documentation](https://docs.cloudgraph.dev)
3030

31-
💰 [Get paid to build CloudGraph providers](https://github.com/cloudgraphdev/cli/blob/master/CONTRIBUTING.md)
31+
💰 [Get paid to build CloudGraph providers](https://github.com/cloudgraphdev/cli/blob/main/CONTRIBUTING.md)
3232

3333
<br />
3434

3535
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
3636
[![Version](https://img.shields.io/npm/v/@cloudgraph/cli.svg)](https://npmjs.org/package/@cloudgraph/cli)
3737
![node-current](https://img.shields.io/node/v/@cloudgraph/cli)
3838
[![Downloads/week](https://img.shields.io/npm/dw/@cloudgraph/cli.svg)](https://npmjs.org/package/@cloudgraph/cli)
39-
[![License](https://img.shields.io/npm/l/@cloudgraph/cli.svg)](https://github.com/cloudgraphdev/cli/blob/master/package.json)
39+
[![License](https://img.shields.io/npm/l/@cloudgraph/cli.svg)](https://github.com/cloudgraphdev/cli/blob/main/package.json)
4040
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/cloudgraphdev/cli)
4141
![GitHub contributors](https://img.shields.io/github/contributors/cloudgraphdev/cli)
4242
![GitHub issues](https://img.shields.io/github/issues/cloudgraphdev/cli)
@@ -130,8 +130,8 @@ Wouldn't it be great if we as DevOps/Cloud engineers had a simpler way to get ou
130130
It is for these reasons that we built CloudGraph, the GraphQL API for everything cloud. CloudGraph extracts, normalizes, processes, and enriches your cloud data allowing you to access deep insights across multiple providers effortlessly. Check out our blog post [The GraphQL API for everything](https://www.autocloud.dev/blog/the-graphql-api-for-all-clouds) to learn more.
131131

132132
<p align="center">
133-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/exampleQueries.gif">
134-
<img alt="example queries" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/exampleQueries.gif" width="95%" style="display: block; margin: auto"/>
133+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/exampleQueries.gif">
134+
<img alt="example queries" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/exampleQueries.gif" width="95%" style="display: block; margin: auto"/>
135135
</a>
136136
</p>
137137

@@ -186,8 +186,8 @@ npm i -g @cloudgraph/cli
186186
```
187187

188188
<p align="center">
189-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/install.gif">
190-
<img alt="install" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/install.gif" width="95%" style="display: block; margin: auto"/>
189+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/install.gif">
190+
<img alt="install" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/install.gif" width="95%" style="display: block; margin: auto"/>
191191
</a>
192192
</p>
193193

@@ -237,8 +237,8 @@ cg init
237237
1. This initializes CloudGraph's configuration. This command will ask you a series of questions about what providers you are using and how you would like CloudGraph configured.
238238

239239
<p align="center">
240-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/init.gif">
241-
<img alt="init" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/init.gif" width="95%" style="display: block; margin: auto"/>
240+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/init.gif">
241+
<img alt="init" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/init.gif" width="95%" style="display: block; margin: auto"/>
242242
</a>
243243
</p>
244244

@@ -257,8 +257,8 @@ cg launch
257257
2. This command launches an instance of [Dgraph](https://dgraph.io/), the graphdb CloudGraph uses to store data under the hood. Note that there are 2 ways to launch an instance. **BOTH** of these require [Docker](https://www.docker.com/) to be installed and running. The preferred solution is to use our `cg launch` convenience command.
258258

259259
<p align="center">
260-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/launch.gif">
261-
<img alt="launch" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/launch.gif" width="95%" style="display: block; margin: auto"/>
260+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/launch.gif">
261+
<img alt="launch" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/launch.gif" width="95%" style="display: block; margin: auto"/>
262262
</a>
263263
</p>
264264

@@ -282,8 +282,8 @@ cg scan
282282
3. Scan for cloud infrastructure for all configured providers. This command will reach out and read all of the metadata on your cloud infrastructure. Note that it is **completely normal** to see warnings and errors while the `cg scan` command runs, these are usually caused by permissions issues. That said, if you encounter any problematic errors running CloudGraph you can prepend `CG_DEBUG=5` to the beginning of your command as in, `CG_DEBUG=5 cg scan`. This will print out the verbose logs with more information and save the output to `cg-debug.log`. Please share your logs with us either by opening an [issue on GitHub](https://github.com/cloudgraphdev/cli/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) or let us know in our [Slack Workspace](https://join.slack.com/t/cloudgraph-workspace/shared_invite/zt-ytjemoz7-yKWwElynDp1eHAAB55sbpg).
283283

284284
<p align="center">
285-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/scan.gif">
286-
<img alt="scan" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/scan.gif" width="95%" style="display: block; margin: auto"/>
285+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/scan.gif">
286+
<img alt="scan" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/scan.gif" width="95%" style="display: block; margin: auto"/>
287287
</a>
288288
</p>
289289

@@ -330,8 +330,8 @@ CloudGraph stores as many previous versions of your data as you configured in th
330330
<br />
331331

332332
<p align="center">
333-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/load.png">
334-
<img alt="load" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/load.png" width="95%" style="display: block; margin: auto"/>
333+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/load.png">
334+
<img alt="load" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/load.png" width="95%" style="display: block; margin: auto"/>
335335
</a>
336336
</p>
337337

@@ -1276,8 +1276,8 @@ GraphQL playground has a fluid and engaging UX that is great for querying a Grap
12761276
<br />
12771277

12781278
<p align="center">
1279-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/gqlPlayground.png">
1280-
<img alt="gqlPlayground" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/gqlPlayground.png" width="95%" style="display: block; margin: auto"/>
1279+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/gqlPlayground.png">
1280+
<img alt="gqlPlayground" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/gqlPlayground.png" width="95%" style="display: block; margin: auto"/>
12811281
</a>
12821282
</p>
12831283

@@ -1290,8 +1290,8 @@ Altair is another great GraphQL query tool that packs a ton of [features](https:
12901290
<br />
12911291

12921292
<p align="center">
1293-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/gqlAltair.png">
1294-
<img alt="gqlAltair" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/gqlAltair.png" width="95%" style="display: block; margin: auto"/>
1293+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/gqlAltair.png">
1294+
<img alt="gqlAltair" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/gqlAltair.png" width="95%" style="display: block; margin: auto"/>
12951295
</a>
12961296
</p>
12971297

@@ -1304,8 +1304,8 @@ GraphQL Voyager is an awesome way to explore the schema(s) for your CG providers
13041304
<br />
13051305

13061306
<p align="center">
1307-
<a href="https://github.com/cloudgraphdev/cli/raw/master/docs/images/voyager.png">
1308-
<img alt="voyager" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/voyager.png" width="95%" style="display: block; margin: auto"/>
1307+
<a href="https://github.com/cloudgraphdev/cli/raw/main/docs/images/voyager.png">
1308+
<img alt="voyager" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/voyager.png" width="95%" style="display: block; margin: auto"/>
13091309
</a>
13101310
</p>
13111311

@@ -1323,7 +1323,7 @@ Comments, questions, or feedback? Please [Join Our Slack Workspace](https://join
13231323

13241324
# Contribution Guidelines
13251325

1326-
If you're interested in contributing to CloudGraph please check out our [Contribution Guidelines](https://github.com/cloudgraphdev/cli/blob/master/CONTRIBUTING.md).
1326+
If you're interested in contributing to CloudGraph please check out our [Contribution Guidelines](https://github.com/cloudgraphdev/cli/blob/main/CONTRIBUTING.md).
13271327

13281328
<br />
13291329

@@ -1341,7 +1341,7 @@ Interested in a fully managed SaaS/self hosted version of CloudGraph that has bu
13411341

13421342
<p align="center">
13431343
<a href="https://www.autocloud.dev">
1344-
<img alt="autocloud" src="https://github.com/cloudgraphdev/cli/raw/master/docs/images/autoCloud.png" width="95%" style="display: block; margin: auto"/>
1344+
<img alt="autocloud" src="https://github.com/cloudgraphdev/cli/raw/main/docs/images/autoCloud.png" width="95%" style="display: block; margin: auto"/>
13451345
</a>
13461346
</p>
13471347

0 commit comments

Comments
 (0)