From f8b41ff466cf9fa7dff09b29ff59e024ecf2183d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Apr 16 2021 09:55:47 +0000 Subject: README.md: use token/obtain url for PDC directly `auth/token/` does not list the `auth/token/obtain` endpoint in the debugger --- diff --git a/README.md b/README.md index b12e7b0..753db4c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ environment variable `FEDSCM_ADMIN_CONFIG` to the path of a configuration file. To get started, you'll also need to get a Pagure API key to create projects/repos and add it to `~/.config/fedscm-admin/config.ini`. To do this: -* Ask @pingou or admin to [create](https://pagure.io/fedora-infra/howtos/blob/main/f/create_fedscm_admin_token.md) a src.fp.o scm admin token for you +* Ask @pingou or other admin to [create](https://pagure.io/fedora-infra/howtos/blob/main/f/create_fedscm_admin_token.md) a src.fp.o scm admin token for you * Modify your personal config file at `~/.config/fedscm-admin/config.ini` * Paste the API key in the admin section so that it looks like this: ```ini @@ -40,7 +40,7 @@ pagure_ticket_api_token = Additionally, you'll need an API token to make modifications in PDC. To do this: -* Go to the [PDC API tokens page](https://pdc.fedoraproject.org/rest_api/v1/auth/token/) +* Go to the [PDC API tokens page](https://pdc.fedoraproject.org/rest_api/v1/auth/token/obtain/) * (In Firefox, YMMV) Press F12 to open the console * Enter the Network Tab * Ctrl-R to refresh