From 7d0183dfb16d373d863c176404b00eb73ffb7dd1 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Mon, 19 Feb 2024 18:21:38 +0100 Subject: [PATCH 1/2] fix typo in link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48286e8da..87dce014a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The monorepo is managed using Yarn workspaces, and contains the following packag - [`packages/core`](packages/core): A package containing the core logic of the Thousand Validators Program. - [`packages/gateway`](packages/gateway): A package for an API gateway that exposes the backend with a REST API. - [`packages/telemetry`](packages/telemetry): A package for a telemetry client that monitors uptime -- [`]packages/worker`](packages/worker): A packages for job queue workers that perform background tasks. +- [`packages/worker`](packages/worker): A packages for job queue workers that perform background tasks. From 8a878d636e1e623c5d3cc51d40081ec10755cc3a Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Mon, 19 Feb 2024 18:23:39 +0100 Subject: [PATCH 2/2] use new application forms --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87dce014a..8aa5181ec 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The nominating backend will routinely change its nominations at every era. The b ### How to Apply -- [Kusama Application Form](https://docs.google.com/forms/d/e/1FAIpQLSewhltQOcmkIlE7Wftn0NTVuyEs6Wk8Qpx6ssCAo2BO4oQH0w/viewform) -- [Polkadot Thousand Validators Programme](https://docs.google.com/forms/d/e/1FAIpQLSdS-alI-J2wgIRCQVjQC7ZbFiTnf36hYBdmO-1ARMjKbC7H9w/viewform?ref=polkadot-network) +- [Kusama Application Form](https://forms.gle/dZkWrGWCNG3ENVCfA) +- [Polkadot Thousand Validators Programme](https://forms.gle/LTCze7fJvqQinPqx6) ## This Repo