From 68148b8a05a562740712dcddb483747480748c50 Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Mon, 12 Dec 2016 22:00:16 +0900 Subject: [PATCH] Fix links in CONTRIBUTING.md [skip ci] (#4989) --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d38b69a5e..80c27d86d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@

Setup | - Running tests + Running linting/tests | Writing tests | @@ -195,3 +195,10 @@ For both `babel-plugin-x` and `babylon`, you can easily generate an `expected.js - actual.js - expected.json (will be generated if not created) ``` + +#### Internals +- AST spec ([babylon/ast/spec.md](https://github.com/babel/babylon/blob/master/ast/spec.md)) +- Versionning ([doc/design/versioning.md](./doc/design/versioning.md)) +- Monorepo ([doc/design/monorepo.md](./doc/design/monorepo.md)) +- Compiler environment support ([doc/design/compiler-environment-support.md](./doc/design/compiler-environment-support.md)) +- Compiler assumptions ([doc/design/compiler-assumptions.md](./doc/design/compiler-assumptions.md))