In the [REST API section](https://developers.zenodo.org/#rest-api), the 'Request' package links are broken: # Quickstart - Upload This short guide will give a quick overview of how to upload and publish on Zenodo, and will be using either: 1. Python together with the **[Requests](http://www.python-requests.org/en/latest/user/install/)** package. 2. Javascript together with the [axios](https://github.com/axios/axios) package. First, make sure you have the **[Requests](http://www.python-requests.org/en/latest/user/install/)** module installed for python or [axios](https://github.com/axios/axios) for nodeJS: