Skip to content

Commit a67c861

Browse files
authored
fix(docs): Update configure.md load and copy documentation links (#21)
Problem: Load and Copy links in docs/configuration.md files point to a non-existing file Solution: Use relative path to configure/load.md ans configure/copy.md
1 parent d62512a commit a67c861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ A resource can load and/or copy data. An import can define one or more resources
115115
| ----------- |-----------------------|----------|------------------------------------------------------------------------------------------------------------------|
116116
| `<name>` | ✅ | string | Replace `<name>` with a resource name |
117117
| `tablename` | ✅ | string | Name of the temporary table created for the import |
118-
| `load` | ✅ | | Describes how to load data into the temporary table, see [Load data](docs/configure/load.md) |
119-
| `copy` | ✅ | | Describes how to copy data from the temporary table to the target table, see [Copy data](docs/configure/copy.md) |
118+
| `load` | ✅ | | Describes how to load data into the temporary table, see [Load data](configure/load.md) |
119+
| `copy` | ✅ | | Describes how to copy data from the temporary table to the target table, see [Copy data](configure/copy.md) |

0 commit comments

Comments
 (0)