Skip to content

Commit

Permalink
[docs]: correct the link path of CONTRIBUTING.md (#2410)
Browse files Browse the repository at this point in the history
* [docs]: correct the link path of CONTRIBUTING.md

* Create yellow-meals-exercise.md
  • Loading branch information
zh-lx committed Jan 17, 2022
1 parent 86979e5 commit b9a6962
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-meals-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"lit-monorepo": patch
---

[docs]: correct the link path of CONTRIBUTING.md
2 changes: 1 addition & 1 deletion packages/labs/motion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ animations (which may be paused).

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/labs/observers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ class MyElement extends LitElement {

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/labs/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ $ npm install @lit-labs/react

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/labs/ssr-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Package contents:

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/labs/task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ class MyElement extends LitElement {

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/lit-element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Full documentation is available at [lit.dev](https://lit.dev).

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/lit-html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ $ npm install lit

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/lit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Once you've defined your component, you can use it anywhere you use HTML:

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/reactive-element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ $ npm install lit

## Contributing

Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../CONTRIBUTING.md).

0 comments on commit b9a6962

Please sign in to comment.