Skip to content

Commit 9c0e9d2

Browse files
Update contributing, changelog, and stale.yml files.
1 parent 6b17010 commit 9c0e9d2

File tree

4 files changed

+3
-26
lines changed

4 files changed

+3
-26
lines changed

.github/workflows/stale.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ See the [docs](./docs) for an in-depth overview of the rest of the Argonaut Core
9090
`argonaut-core` documentation is stored in a few places:
9191

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

9696
If you get stuck, there are several ways to get help:
@@ -104,6 +104,6 @@ You can contribute to `argonaut-core` in several ways:
104104

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

107-
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.
107+
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.
108108

109109
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Argonaut Core Documentation
22

3-
This directory contains documentation for `argonaut-core`. 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-core`. 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.
44

55
## Tutorial
66

0 commit comments

Comments
 (0)