Skip to content

Commit f937bc7

Browse files
denkristofferNilan Marktanner
authored andcommitted
Fix links to docs (prisma-archive#125)
* Fix links to docs * Update README.md
1 parent eb9183c commit f937bc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graphcool Templates 📗
22

3-
**Use Graphcool [templates](https://docs-next.graph.cool/reference/service-definition/templates-zeiv8phail) to quickly pull in predefined functionality into your own Graphcool service.**
3+
**Use Graphcool [templates](https://www.graph.cool/docs/reference/service-definition/templates-zeiv8phail/) to quickly pull in predefined functionality into your own Graphcool service.**
44

55
## Overview
66

@@ -13,7 +13,7 @@ We maintain a number of officially supported templates:
1313

1414
### Outdated templates
1515

16-
Notice that the [outdated](./outdated) templates are _not_ officially supported. Right now, most of the templates inside the [outdated](./outdated) directory are not working when used with the [`graphcool add-template`](https://docs-next.graph.cool/reference/graphcool-cli/commands-aiteerae6l#add-template) command!
16+
Notice that the [outdated](./outdated) templates are _not_ officially supported. Right now, most of the templates inside the [outdated](./outdated) directory are not working when used with the [`graphcool add-template`](https://www.graph.cool/docs/reference/graphcool-cli/commands-aiteerae6l/#graphcool-add-template) command!
1717

1818
### Contributions
1919

@@ -24,7 +24,7 @@ Contributions are _highly_ welcome :green_heart: if you'd like to add a new temp
2424
There are two ways how you can use a template in your service:
2525

2626
1. Manually download and copy the code from a template directory in this repository.
27-
2. Use the [`add-template`](https://docs-next.graph.cool/reference/graphcool-cli/commands-aiteerae6l#add-template) command from the [CLI](!alias-zboghez5go).
27+
2. Use the [`add-template`](https://www.graph.cool/docs/reference/graphcool-cli/commands-aiteerae6l/#graphcool-add-template) command from the [CLI](!alias-zboghez5go).
2828

2929
### Option 1: Manually adding templates
3030

@@ -34,7 +34,7 @@ Adding a template manually:
3434

3535
1. Download the folder that contains the service definition of the template you want to use.
3636
2. Copy that folder into the root directory of your Graphcool service.
37-
3. Copy over the contents from the template's `graphcool.yml` into the `graphcool.yml` of your own service. Be sure to adjust any file references, e.g. source files that contain code for [functions](https://docs-next.graph.cool/reference/functions/overview-aiw4aimie9), if necessary.
37+
3. Copy over the contents from the template's `graphcool.yml` into the `graphcool.yml` of your own service. Be sure to adjust any file references, e.g. source files that contain code for [functions](https://www.graph.cool/docs/reference/functions/overview-aiw4aimie9/), if necessary.
3838
4. Copy over the contents from the template's `types.graphql` into the `types.graphql` of your own service.
3939
5. Deploy your changes with `graphcool deploy`.
4040

0 commit comments

Comments
 (0)