Skip to content

Commit 1cc7390

Browse files
committed
Fix more broken links in ConfigFiles.md
1 parent 8b5db19 commit 1cc7390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Usage/ConfigFiles.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ A simple example of a user configuration file would be:
2121
},
2222
}
2323
```
24-
With the above user configuration file contents, Link will display notifications when processing changes to the source (notify:1), and default to only propagating changes from the namespace to source files (watch:ns). If a call to [Link.Create](..API/Link.Create.md) includes an explicit setting of the `watch` option, that will override the default.
24+
With the above user configuration file contents, Link will display notifications when processing changes to the source (notify:1), and default to only propagating changes from the namespace to source files (watch:ns). If a call to [Link.Create](../API/Link.Create.md) includes an explicit setting of the `watch` option, that will override the default.
2525

2626
Note that a configuration contains a `LinkVersion` section, which identifies the version of Link that wrote the file.
2727

2828
### Directory Configuration Files
29-
Each linked directory may contain a `.linkconfig` file containing defaults that will apply when a link is created to that directory, or if the directory is imported. When [Link.Create](..API/Link.Create.md) or [Link.Export](..API/Link.Export.md) create a directory and create files in it, any non-default switch settings provided to tha API function will be recorded in a configuration file within the directory. This means that you no longer need to remember the options used to re-create the original link when continuing work, or importing the link into a runtime environment.
29+
Each linked directory may contain a `.linkconfig` file containing defaults that will apply when a link is created to that directory, or if the directory is imported. When [Link.Create](../API/Link.Create.md) or [Link.Export](../API/Link.Export.md) create a directory and create files in it, any non-default switch settings provided to tha API function will be recorded in a configuration file within the directory. This means that you no longer need to remember the options used to re-create the original link when continuing work, or importing the link into a runtime environment.
3030

31-
If you already have a Link folder which was created by an earlier version of Link, you can add a `.linkconfig` file using [Link.Configure](../API/API/Link.Configure.md). For example:
31+
If you already have a Link folder which was created by an earlier version of Link, you can add a `.linkconfig` file using [Link.Configure](../API/Link.Configure.md). For example:
3232

3333
```
3434
]Link.Create linkdemo /tmp/linkdemo

0 commit comments

Comments
 (0)