From 4aee0087ea28f68dced7fdc38b598da9e7fe1e2d Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sat, 22 Aug 2020 21:41:49 +0300 Subject: [PATCH] docs: remove outdated CircleCI link from `DEVELOPER.md` (#38554) CircleCI updated their UI and now the URLs are different (and cannot be constructed based on the build number alone). This commit removes a reference of the obsolete URL pattern to avoid confusion. Example old URL: https://circleci.com/gh/angular/angular/#artifacts Example new URL: https://app.circleci.com/pipelines/github/angular/angular//workflows//jobs//artifacts PR Close #38554 --- docs/DEVELOPER.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 0cb401ab7a..346fa3f200 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -154,9 +154,7 @@ available as a long-term distribution mechanism, but they are guaranteed to be a time of the build. You can access the artifacts for a specific CI run by going to the workflow page, clicking on the -`publish_packages_as_artifacts` job and then switching to the "Artifacts" tab. -(If you happen to know the build number of the job, the URL will be something like: -`https://circleci.com/gh/angular/angular/#artifacts`) +`publish_packages_as_artifacts` job and then switching to the "ARTIFACTS" tab. #### Archives for each Package On the "Artifacts" tab, there is a list of links to compressed archives for Angular packages. The