Skip to content

Commit

Permalink
Fix Lerna links (#1286)
Browse files Browse the repository at this point in the history
* Fix lerna links

* Remove new line
  • Loading branch information
ndresx authored and wooorm committed Dec 17, 2020
1 parent b101e71 commit ccfde4b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ If you’re having issues installing locally you might need to run
[unit-test]: https://twitter.com/sindresorhus/status/579306280495357953
[collective]: https://opencollective.com/unified
[micromark]: https://github.com/micromark/micromark
[lerna]: https://lernajs.io
[lerna]: https://lerna.js.org
[lerna-install]: https://github.com/lerna/lerna/issues/1457
3 changes: 0 additions & 3 deletions packages/mdx/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# `@mdx-js/mdx`

[![Build Status][build-badge]][build]
[![lerna][lerna-badge]][lerna]
[![Chat][chat-badge]][chat]

[MDX][] implementation using [remark][].
Expand Down Expand Up @@ -54,8 +53,6 @@ abide by its terms.

[build]: https://travis-ci.com/mdx-js/mdx
[build-badge]: https://travis-ci.com/mdx-js/mdx.svg?branch=master
[lerna]: https://lernajs.io/
[lerna-badge]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
[chat]: https://github.com/mdx-js/mdx/discussions
[contributing]: https://mdxjs.com/contributing
Expand Down
3 changes: 0 additions & 3 deletions packages/remark-mdx-remove-exports/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# [remark][]-[mdx][]-remove-exports

[![Build Status][build-badge]][build]
[![lerna][lerna-badge]][lerna]
[![Chat][chat-badge]][chat]

Deprecated!
Expand All @@ -20,8 +19,6 @@ used as `remove(tree, 'mdxjsEsm')`.

[build]: https://travis-ci.com/mdx-js/mdx
[build-badge]: https://travis-ci.com/mdx-js/mdx.svg?branch=master
[lerna]: https://lernajs.io/
[lerna-badge]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
[chat]: https://github.com/mdx-js/mdx/discussions
[contributing]: https://mdxjs.com/contributing
Expand Down
3 changes: 0 additions & 3 deletions packages/remark-mdx-remove-imports/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# [remark][]-[mdx][]-remove-imports

[![Build Status][build-badge]][build]
[![lerna][lerna-badge]][lerna]
[![Chat][chat-badge]][chat]

Deprecated!
Expand All @@ -20,8 +19,6 @@ used as `remove(tree, 'mdxjsEsm')`.

[build]: https://travis-ci.com/mdx-js/mdx
[build-badge]: https://travis-ci.com/mdx-js/mdx.svg?branch=master
[lerna]: https://lernajs.io/
[lerna-badge]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
[chat]: https://github.com/mdx-js/mdx/discussions
[contributing]: https://mdxjs.com/contributing
Expand Down
3 changes: 0 additions & 3 deletions packages/remark-mdxjs/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# remark-mdxjs

[![Build Status][build-badge]][build]
[![lerna][lerna-badge]][lerna]
[![Join the community on Spectrum][spectrum-badge]][spectrum]

Deprecated!
Expand All @@ -15,8 +14,6 @@ The previous behavior is now in `remark-mdx`.

[build]: https://travis-ci.com/mdx-js/mdx
[build-badge]: https://travis-ci.com/mdx-js/mdx.svg?branch=master
[lerna]: https://lernajs.io/
[lerna-badge]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[spectrum]: https://spectrum.chat/mdx
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
[contributing]: https://mdxjs.com/contributing
Expand Down

0 comments on commit ccfde4b

Please sign in to comment.