Skip to content

Commit

Permalink
Change master in links
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 23, 2020
1 parent c533103 commit 963292f
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 59 deletions.
12 changes: 6 additions & 6 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ remark()

[npm]: https://docs.npmjs.com/cli/install

[api]: https://github.com/remarkjs/remark/tree/master/packages/remark
[api]: https://github.com/remarkjs/remark/tree/main/packages/remark

[cli]: https://github.com/remarkjs/remark/tree/master/packages/remark-cli
[cli]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli

[plugins]: https://github.com/remarkjs/remark/tree/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/tree/main/doc/plugins.md

[unified]: https://github.com/unifiedjs/unified

Expand All @@ -217,10 +217,10 @@ remark()

[quiet]: https://github.com/unifiedjs/unified-args#--quiet

[parse]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse
[parse]: https://github.com/remarkjs/remark/tree/main/packages/remark-parse

[stringify]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify
[stringify]: https://github.com/remarkjs/remark/tree/main/packages/remark-stringify

[preset]: https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide
[preset]: https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-preset-lint-markdown-style-guide

[html]: https://github.com/remarkjs/remark-html
28 changes: 14 additions & 14 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ See [Creating plugins][create] below.

* [`remark-a11y-emoji`](https://github.com/florianeckerstorfer/remark-a11y-emoji)
— accessible emoji
* [`remark-abbr`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-abbr#readme)
* [`remark-abbr`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-abbr#readme)
— custom syntax for abbreviations (new node type, rehype compatible)
* [`remark-admonitions`](https://github.com/elviswolcott/remark-admonitions)
— support admonitions
* [`remark-align`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-align#readme)
* [`remark-align`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-align#readme)
— custom syntax to align text or blocks (new node types, rehype compatible)
* [`remark-attr`](https://github.com/arobase-che/remark-attr)
— custom syntax to add attributes to Markdown
Expand Down Expand Up @@ -61,19 +61,19 @@ See [Creating plugins][create] below.
— make a section collapsible
* [`remark-comment-config`](https://github.com/remarkjs/remark-comment-config)
— configure remark with comments
* [`remark-comments`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-comments#readme)
* [`remark-comments`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-comments#readme)
— custom syntax to ignore things
* [`remark-container`](https://github.com/zWingz/remark-container)
— add custom containers
* [`remark-containers`](https://github.com/Nevenall/remark-containers)
— add custom containers
* [`remark-contributors`](https://github.com/remarkjs/remark-contributors)
— add a table of contributors
* [`remark-custom-blocks`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-custom-blocks#readme)
* [`remark-custom-blocks`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-custom-blocks#readme)
— custom syntax for custom blocks (new node types, rehype compatible)
* [`remark-defsplit`](https://github.com/remarkjs/remark-defsplit)
— change links and images to references with separate definitions
* [`remark-disable-tokenizers`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-disable-tokenizers#readme)
* [`remark-disable-tokenizers`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-disable-tokenizers#readme)
— turn some or all remark’s tokenizers on or off
* [`remark-dropcap`](https://github.com/brev/remark-dropcap)
— fancy and accessible drop caps
Expand All @@ -91,7 +91,7 @@ See [Creating plugins][create] below.
— pandoc `fenced_divs` support (new node type, rehype compatible)
* [`remark-first-heading`](https://github.com/laat/remark-first-heading)
— replace the first heading in a document
* [`remark-fix-guillemets`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-fix-guillemets#readme)
* [`remark-fix-guillemets`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-fix-guillemets#readme)
— support ASCII guillements (`<<`, `>>`) mapping them to HTML
* [`remark-footnotes`](https://github.com/remarkjs/remark-footnotes)
– support pandoc footnotes
Expand All @@ -109,7 +109,7 @@ See [Creating plugins][create] below.
— autolink references to commits, issues, pull-requests, and users
* [`remark-gitlab-artifact`](https://github.com/temando/remark-gitlab-artifact)
— download artifacts from GitLab projects to live alongside your docs
* [`remark-grid-tables`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-grid-tables#readme)
* [`remark-grid-tables`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-grid-tables#readme)
— custom syntax to describe tables (rehype compatible)
* [`remark-graphviz`](https://github.com/temando/remark-graphviz)
— transform [graphviz](https://www.graphviz.org) dot graphs to SVG
Expand All @@ -124,9 +124,9 @@ See [Creating plugins][create] below.
— serialize Markdown as HTML
* [`remark-html-emoji-image`](https://github.com/jackycute/remark-html-emoji-image)
— transform emoji to images
* [`remark-html-katex`](https://github.com/Rokt33r/remark-math/tree/master/packages/remark-html-katex#readme)
* [`remark-html-katex`](https://github.com/Rokt33r/remark-math/tree/HEAD/packages/remark-html-katex#readme)
— change inline and block math to equations with [KaTeX](https://github.com/Khan/KaTeX)
* [`remark-iframes`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-iframes#readme)
* [`remark-iframes`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-iframes#readme)
— custom syntax to create iframes (new node type, rehype compatible)
* [`remark-images`](https://github.com/remarkjs/remark-images)
— add an improved image syntax
Expand All @@ -136,7 +136,7 @@ See [Creating plugins][create] below.
— inserts definitions for jargon terms
* [`remark-join-cjk-lines`](https://github.com/purefun/remark-join-cjk-lines)
— remove extra space between CJK Characters.
* [`remark-kbd`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-kbd#readme)
* [`remark-kbd`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-kbd#readme)
— custom syntax for keyboard keys (new node type, rehype compatible)
* [`remark-kbd-plus`](https://github.com/twardoch/remark-kbd-plus)
— custom syntax for keyboard keys with plusses (new node type, rehype
Expand Down Expand Up @@ -174,7 +174,7 @@ See [Creating plugins][create] below.
— inject your dependencies
* [`remark-parse-yaml`](https://github.com/landakram/remark-parse-yaml)
— parse YAML nodes and expose their value as `parsedValue`
* [`remark-ping`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-ping#readme)
* [`remark-ping`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-ping#readme)
— custom syntax for mentions with configurable existence check (new node
type, rehype compatible)
* [`remark-react`](https://github.com/remarkjs/remark-react)
Expand Down Expand Up @@ -221,7 +221,7 @@ See [Creating plugins][create] below.
— remove HTML
* [`remark-squeeze-paragraphs`](https://github.com/remarkjs/remark-squeeze-paragraphs)
— remove empty paragraphs
* [`remark-sub-super`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-sub-super)
* [`remark-sub-super`](https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-sub-super)
— custom syntax for super- and subscript (new node types, rehype compatible)
* [`remark-terms`](https://github.com/Nevenall/remark-terms)
— add customizable syntax for special terms and phrases
Expand All @@ -235,7 +235,7 @@ See [Creating plugins][create] below.
— highlight code blocks in Markdown files using
[Tree-sitter](https://tree-sitter.github.io/tree-sitter/)
(rehype compatible)
* [`remark-truncate-links`](https://github.com/GaiAma/Coding4GaiAma/tree/master/packages/remark-truncate-links)
* [`remark-truncate-links`](https://github.com/GaiAma/Coding4GaiAma/tree/HEAD/packages/remark-truncate-links)
— truncate/shorten urls not manually named
* [`remark-twemoji`](https://github.com/madiodio/remark-twemoji)
— replace unicode emoji with [Twemoji](https://github.com/twitter/twemoji)
Expand Down Expand Up @@ -317,7 +317,7 @@ use `unist-util-`, and if it works with virtual files, use `vfile-`.

[unified-args-use]: https://github.com/unifiedjs/unified-args#--use-plugin

[config-file-use]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md#plugins
[config-file-use]: https://github.com/unifiedjs/unified-engine/blob/HEAD/doc/configure.md#plugins

[unified-plugins]: https://github.com/unifiedjs/unified#plugin

Expand Down
2 changes: 1 addition & 1 deletion packages/remark-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bin"
],
"homepage": "https://remark.js.org",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-cli",
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-cli",
"bugs": "https://github.com/remarkjs/remark/issues",
"funding": {
"type": "opencollective",
Expand Down
14 changes: 7 additions & 7 deletions packages/remark-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,31 +181,31 @@ abide by its terms.

[health]: https://github.com/remarkjs/.github

[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md

[support]: https://github.com/remarkjs/.github/blob/master/support.md
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md

[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md

[ideas]: https://github.com/remarkjs/ideas

[awesome]: https://github.com/remarkjs/awesome-remark

[license]: https://github.com/remarkjs/remark/blob/master/license
[license]: https://github.com/remarkjs/remark/blob/main/license

[author]: https://wooorm.com

[npm]: https://docs.npmjs.com/cli/install

[remark]: https://github.com/remarkjs/remark

[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/blob/main/doc/plugins.md

[markdown-extensions]: https://github.com/sindresorhus/markdown-extensions

[config-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/configure.md
[config-file]: https://github.com/unifiedjs/unified-engine/blob/HEAD/doc/configure.md

[ignore-file]: https://github.com/unifiedjs/unified-engine/blob/master/doc/ignore.md
[ignore-file]: https://github.com/unifiedjs/unified-engine/blob/HEAD/doc/ignore.md

[unified-args]: https://github.com/unifiedjs/unified-args#cli

Expand Down
2 changes: 1 addition & 1 deletion packages/remark-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"types": "types/index.d.ts",
"homepage": "https://remark.js.org",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-parse",
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-parse",
"bugs": "https://github.com/remarkjs/remark/issues",
"funding": {
"type": "opencollective",
Expand Down
14 changes: 7 additions & 7 deletions packages/remark-parse/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,17 +519,17 @@ abide by its terms.

[health]: https://github.com/remarkjs/.github

[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md

[support]: https://github.com/remarkjs/.github/blob/master/support.md
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md

[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md

[ideas]: https://github.com/remarkjs/ideas

[awesome]: https://github.com/remarkjs/awesome-remark

[license]: https://github.com/remarkjs/remark/blob/master/license
[license]: https://github.com/remarkjs/remark/blob/main/license

[author]: https://wooorm.com

Expand All @@ -539,9 +539,9 @@ abide by its terms.

[data]: https://github.com/unifiedjs/unified#processordatakey-value

[remark]: https://github.com/remarkjs/remark/tree/master/packages/remark
[remark]: https://github.com/remarkjs/remark/tree/main/packages/remark

[blocks]: https://github.com/remarkjs/remark/blob/master/packages/remark-parse/lib/block-elements.js
[blocks]: https://github.com/remarkjs/remark/blob/main/packages/remark-parse/lib/block-elements.js

[mdast]: https://github.com/syntax-tree/mdast

Expand All @@ -567,7 +567,7 @@ abide by its terms.

[add]: #addnode-parent

[remark-disable-tokenizers]: https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-disable-tokenizers
[remark-disable-tokenizers]: https://github.com/zestedesavoir/zmarkdown/tree/HEAD/packages/remark-disable-tokenizers

[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting

Expand Down
2 changes: 1 addition & 1 deletion packages/remark-parse/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ declare namespace remarkParse {
/**
* Defines which HTML elements are seen as block level.
*
* @defaultValue blocks listed in <https://github.com/remarkjs/remark/blob/master/packages/remark-parse/lib/block-elements.js>
* @defaultValue blocks listed in <https://github.com/remarkjs/remark/blob/main/packages/remark-parse/lib/block-elements.js>
*/
blocks: string[]

Expand Down
2 changes: 1 addition & 1 deletion packages/remark-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"compile"
],
"homepage": "https://remark.js.org",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark-stringify",
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark-stringify",
"bugs": "https://github.com/remarkjs/remark/issues",
"funding": {
"type": "opencollective",
Expand Down
10 changes: 5 additions & 5 deletions packages/remark-stringify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,17 +348,17 @@ abide by its terms.

[health]: https://github.com/remarkjs/.github

[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md

[support]: https://github.com/remarkjs/.github/blob/master/support.md
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md

[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md

[ideas]: https://github.com/remarkjs/ideas

[awesome]: https://github.com/remarkjs/awesome-remark

[license]: https://github.com/remarkjs/remark/blob/master/license
[license]: https://github.com/remarkjs/remark/blob/main/license

[author]: https://wooorm.com

Expand All @@ -368,7 +368,7 @@ abide by its terms.

[data]: https://github.com/unifiedjs/unified#processordatakey-value

[remark]: https://github.com/remarkjs/remark/tree/master/packages/remark
[remark]: https://github.com/remarkjs/remark/tree/main/packages/remark

[compiler]: https://github.com/unifiedjs/unified#processorcompiler

Expand Down
2 changes: 1 addition & 1 deletion packages/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"process"
],
"homepage": "https://remark.js.org",
"repository": "https://github.com/remarkjs/remark/tree/master/packages/remark",
"repository": "https://github.com/remarkjs/remark/tree/main/packages/remark",
"bugs": "https://github.com/remarkjs/remark/issues",
"funding": {
"type": "opencollective",
Expand Down
14 changes: 7 additions & 7 deletions packages/remark/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,17 +218,17 @@ abide by its terms.

[health]: https://github.com/remarkjs/.github

[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md

[support]: https://github.com/remarkjs/.github/blob/master/support.md
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md

[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md

[ideas]: https://github.com/remarkjs/ideas

[awesome]: https://github.com/remarkjs/awesome-remark

[license]: https://github.com/remarkjs/remark/blob/master/license
[license]: https://github.com/remarkjs/remark/blob/main/license

[author]: https://wooorm.com

Expand All @@ -238,11 +238,11 @@ abide by its terms.

[mdast]: https://github.com/syntax-tree/mdast

[parse]: https://github.com/remarkjs/remark/blob/master/packages/remark-parse
[parse]: https://github.com/remarkjs/remark/blob/main/packages/remark-parse

[stringify]: https://github.com/remarkjs/remark/blob/master/packages/remark-stringify
[stringify]: https://github.com/remarkjs/remark/blob/main/packages/remark-stringify

[plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/blob/main/doc/plugins.md

[unified-usage]: https://github.com/unifiedjs/unified#usage

Expand Down
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ abide by its terms.

[popular]: https://www.npmtrends.com/remark-parse-vs-marked-vs-markdown-it

[api]: https://github.com/remarkjs/remark/tree/master/packages/remark
[api]: https://github.com/remarkjs/remark/tree/main/packages/remark

[parse]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse
[parse]: https://github.com/remarkjs/remark/tree/main/packages/remark-parse

[stringify]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify
[stringify]: https://github.com/remarkjs/remark/tree/main/packages/remark-stringify

[cli]: https://github.com/remarkjs/remark/tree/master/packages/remark-cli
[cli]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli

[plugins]: https://github.com/remarkjs/remark/tree/master/doc/plugins.md
[plugins]: https://github.com/remarkjs/remark/tree/main/doc/plugins.md

[remark-lint]: https://github.com/remarkjs/remark-lint

Expand All @@ -173,11 +173,11 @@ abide by its terms.

[health]: https://github.com/remarkjs/.github

[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[contributing]: https://github.com/remarkjs/.github/blob/HEAD/contributing.md

[support]: https://github.com/remarkjs/.github/blob/master/support.md
[support]: https://github.com/remarkjs/.github/blob/HEAD/support.md

[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[coc]: https://github.com/remarkjs/.github/blob/HEAD/code-of-conduct.md

[ideas]: https://github.com/remarkjs/ideas

Expand Down

0 comments on commit 963292f

Please sign in to comment.