From 47a17f069647dd7e9ff2b7c721b1a2d4185d24d2 Mon Sep 17 00:00:00 2001 From: Alper Yilmaz Date: Wed, 2 Feb 2022 22:29:22 +0300 Subject: [PATCH] github jobs is depreciated, replaced w/ archive url (#135) the internet archive wayback machine url is used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e36a1fc..8dcb831 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ tables: format: "json" - name: "github_jobs" - uri: "https://jobs.github.com/positions.json" + uri: "https://web.archive.org/web/20210507025928if_/https://jobs.github.com/positions.json" ``` To run serve tables using config file: