mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Update links
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Contributing
|
||||
|
||||
We are open to, and grateful for, any contributions made by the community. By contributing to axios, you agree to abide by the [code of conduct](https://github.com/mzabriskie/axios/blob/master/CODE_OF_CONDUCT.md).
|
||||
We are open to, and grateful for, any contributions made by the community. By contributing to axios, you agree to abide by the [code of conduct](https://github.com/axios/axios/blob/master/CODE_OF_CONDUCT.md).
|
||||
|
||||
### Code Style
|
||||
|
||||
@@ -35,7 +35,7 @@ Please don't include changes to `dist/` in your pull request. This should only b
|
||||
|
||||
### Releasing
|
||||
|
||||
Releasing a new version is mostly automated. For now the [CHANGELOG](https://github.com/mzabriskie/axios/blob/master/CHANGELOG.md) requires being updated manually. Once this has been done run the commands below. Versions should follow [semantic versioning](http://semver.org/).
|
||||
Releasing a new version is mostly automated. For now the [CHANGELOG](https://github.com/axios/axios/blob/master/CHANGELOG.md) requires being updated manually. Once this has been done run the commands below. Versions should follow [semantic versioning](http://semver.org/).
|
||||
|
||||
- `npm version <newversion> -m "Releasing %s"`
|
||||
- `npm publish`
|
||||
|
||||
Reference in New Issue
Block a user