You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Graphcool Templates 📗
2
2
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.**
4
4
5
5
## Overview
6
6
@@ -13,7 +13,7 @@ We maintain a number of officially supported templates:
13
13
14
14
### Outdated templates
15
15
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!
17
17
18
18
### Contributions
19
19
@@ -24,7 +24,7 @@ Contributions are _highly_ welcome :green_heart: if you'd like to add a new temp
24
24
There are two ways how you can use a template in your service:
25
25
26
26
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).
28
28
29
29
### Option 1: Manually adding templates
30
30
@@ -34,7 +34,7 @@ Adding a template manually:
34
34
35
35
1. Download the folder that contains the service definition of the template you want to use.
36
36
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.
38
38
4. Copy over the contents from the template's `types.graphql` into the `types.graphql` of your own service.
0 commit comments