Skip to content

Commit d445312

Browse files
Update CHANGELOG and CONTRIBUTING files.
1 parent 448d91d commit d445312

File tree

5 files changed

+3
-26
lines changed

5 files changed

+3
-26
lines changed

.github/workflows/stale.yml

-23
This file was deleted.
File renamed without changes.
File renamed without changes.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This library bundles together several other libraries. We recommend checking out
3636
`argonaut` documentation is stored in a few places:
3737

3838
1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-argonaut).
39-
2. Written documentation and [the changelog](./docs/CHANGELOG.md) are kept in [the docs directory](./docs).
39+
2. Written documentation is kept in [the docs directory](./docs).
4040
3. Usage examples can be found in [the test suite](./test).
4141

4242
If you get stuck, there are several ways to get help:
@@ -50,6 +50,6 @@ You can contribute to `argonaut` in several ways:
5050

5151
1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-argonaut/issues). We'll do our best to work with you to resolve or answer it.
5252

53-
2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./.github/CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions.
53+
2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions.
5454

5555
3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the [PureScript Discourse](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed.

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Argonaut Documentation
22

3-
This directory contains documentation for `argonaut`. If you are interested in contributing new documentation, please read the [contributor guidelines](../.github/CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started.
3+
This directory contains documentation for `argonaut`. If you are interested in contributing new documentation, please read the [contributor guidelines](../CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started.

0 commit comments

Comments
 (0)