Skip to content

Commit 4aee008

Browse files
gkalpakjosephperrott
authored andcommitted
docs: remove outdated CircleCI link from DEVELOPER.md (angular#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/<build-number>#artifacts Example new URL: https://app.circleci.com/pipelines/github/angular/angular/<build-number>/workflows/<workflow-id>/jobs/<job-id>/artifacts PR Close angular#38554
1 parent 0681a20 commit 4aee008

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/DEVELOPER.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ available as a long-term distribution mechanism, but they are guaranteed to be a
154154
time of the build.
155155

156156
You can access the artifacts for a specific CI run by going to the workflow page, clicking on the
157-
`publish_packages_as_artifacts` job and then switching to the "Artifacts" tab.
158-
(If you happen to know the build number of the job, the URL will be something like:
159-
`https://circleci.com/gh/angular/angular/<build-number>#artifacts`)
157+
`publish_packages_as_artifacts` job and then switching to the "ARTIFACTS" tab.
160158

161159
#### Archives for each Package
162160
On the "Artifacts" tab, there is a list of links to compressed archives for Angular packages. The

0 commit comments

Comments
 (0)