Skip to content

Commit b75fe38

Browse files
danilobuergershadaj
authored andcommitted
Fixed broken command links (#524)
* Fixed broken command links * Set oclif repositoryPrefix
1 parent 6570f72 commit b75fe38

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

packages/apollo-cli/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ OPTIONS
107107
--watch Watch the query files to auto-generate on changes.
108108
```
109109

110-
_See code: [src/commands/codegen/generate.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/codegen/generate.ts)_
110+
_See code: [src/commands/codegen/generate.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/codegen/generate.ts)_
111111

112112
## `apollo help [COMMAND]`
113113

@@ -145,7 +145,7 @@ OPTIONS
145145
GraphQL queries in Javascript/Typescript code
146146
```
147147

148-
_See code: [src/commands/queries/check.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/queries/check.ts)_
148+
_See code: [src/commands/queries/check.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/queries/check.ts)_
149149

150150
## `apollo schema:check`
151151

@@ -164,7 +164,7 @@ OPTIONS
164164
--key=key The API key for the Apollo Engine service
165165
```
166166

167-
_See code: [src/commands/schema/check.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/schema/check.ts)_
167+
_See code: [src/commands/schema/check.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/schema/check.ts)_
168168

169169
## `apollo schema:download OUTPUT`
170170

@@ -185,7 +185,7 @@ OPTIONS
185185
--key=key The API key for the Apollo Engine service
186186
```
187187

188-
_See code: [src/commands/schema/download.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/schema/download.ts)_
188+
_See code: [src/commands/schema/download.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/schema/download.ts)_
189189

190190
## `apollo schema:publish`
191191

@@ -204,7 +204,7 @@ OPTIONS
204204
--key=key The API key for the Apollo Engine service
205205
```
206206

207-
_See code: [src/commands/schema/publish.ts](https://github.com/apollographql/apollo-cli/blob/v1.6.0/src/commands/schema/publish.ts)_
207+
_See code: [src/commands/schema/publish.ts](https://github.com/apollographql/apollo-cli/blob/master/packages/apollo-cli/src/commands/schema/publish.ts)_
208208
<!-- commandsstop -->
209209

210210
# Configuration

packages/apollo-cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"@oclif/plugin-help",
9191
"@oclif/plugin-not-found",
9292
"@oclif/plugin-warn-if-update-available"
93-
]
93+
],
94+
"repositoryPrefix": "<%- repo %>/blob/master/packages/apollo-cli/<%- commandPath %>"
9495
},
9596
"jest": {
9697
"transform": {

0 commit comments

Comments
 (0)