Skip to content

Commit 42c6d54

Browse files
authored
docs: Fix broken link to Dependencies.md (#1371)
1 parent 5c58a01 commit 42c6d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tslint-to-eslint-config is a heavily tested CLI app with application flow starti
66
* This file sets up all function dependencies and bound functions that call to each other.
77
2. `src/cli/runCli.ts`'s `runCli` is called with those bound dependencies and raw arguments.
88

9-
> See [Dependencies.md](./Dependencies.md) for more info on functions and their dependencies are bound together.
9+
> See [Dependencies.md](../Dependencies.md) for more info on functions and their dependencies are bound together.
1010
1111
## CLI Runner
1212

0 commit comments

Comments
 (0)