Skip to content

Commit bb8ff7c

Browse files
ybiquitousjohnnyreilly
authored andcommitted
Fix broken links in test/ readme files (#985)
1 parent 53f198f commit bb8ff7c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/comparison-tests/conditionalRequire/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ This example shows how to do conditional compilation including requiring modules
33
See the comments in `app.ts` and `webpack.config.js` for a quick overview of the process.
44

55
Try defining and undefining the `DEBUG` constant in `webpack.config.js` and see out it affects
6-
[the output](expectedOutput/bundle.js).
6+
the outputs (e.g. [`expectedOutput-1.6/bundle.js`](expectedOutput-1.6/bundle.js)).
77

88
More information can be found at these sites:
99
- https://github.com/Microsoft/TypeScript/wiki/Modules#dynamic-module-loading-in-nodejs
1010
- https://github.com/webpack/docs/wiki/list-of-plugins#defineplugin
11-
- https://github.com/webpack/webpack/tree/master/examples/multi-compiler
11+
- https://github.com/webpack/webpack/tree/master/examples/multi-compiler

test/execution-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This test pack is made up of a number of mini-typescript projects which include a test suite. As part of the test run, each project is compiled and the test suite run using Karma. So this test pack is different from the comparison test pack in that it **executes the compiled code**. This test pack is useful for testing expected behaviour. (It's also reassuring to see your
44
code being executed.)
55

6-
These tests are executed more widely that the comparison tests; we aim to run these against each version of TypeScript defined in our CI build matrices. (Take a look at [`appveyor.yml`](appveyor.yml) and [`.travis.yml`](.travis.yml) for details.)
6+
These tests are executed more widely that the comparison tests; we aim to run these against each version of TypeScript defined in our CI build matrices. (Take a look at [`appveyor.yml`](../../appveyor.yml) and [`.travis.yml`](../../.travis.yml) for details.)
77

88
## Structure
99

0 commit comments

Comments
 (0)