Skip to content

Commit

Permalink
fix: #783 - Fix broken documentation links on npm.
Browse files Browse the repository at this point in the history
Closes #783.
  • Loading branch information
dsherret committed Feb 8, 2020
1 parent b883594 commit c997339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/bootstrap/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

A library for quickly getting set up with the [TypeScript](https://github.com/Microsoft/TypeScript) Compiler API.

This library is separate from [ts-morph](../ts-morph), but uses some of its underlying infrastructure.
This library is separate from [ts-morph](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/), but uses some of its underlying infrastructure.

* [Declarations](lib/ts-morph-bootstrap.d.ts)
* [Declarations](https://github.com/dsherret/ts-morph/blob/latest/packages/bootstrap/lib/ts-morph-bootstrap.d.ts)

## Example

Expand Down
6 changes: 3 additions & 3 deletions packages/ts-morph/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Formerly `ts-simple-ast`.

This library is still under active development. Most common code manipulation/generation use cases are implemented, but there's still a lot of work to do. Please open an issue if you find a feature missing, bug, or question that isn't in the issue tracker.

* [Breaking changes](breaking-changes.md)
* [Change log](CHANGELOG.md)
* [Wrapped nodes progress report](wrapped-nodes.md)
* [Breaking changes](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/breaking-changes.md)
* [Change log](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/CHANGELOG.md)
* [Wrapped nodes progress report](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/wrapped-nodes.md)

## Example

Expand Down

0 comments on commit c997339

Please sign in to comment.