Skip to content

Commit 44a0c2c

Browse files
authored
Fixed broken doc links (#18)
1 parent ec813b6 commit 44a0c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 Pants project contributors.
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

4-
# See https://pants.readme.io/docs/using-pants-in-ci for tips on how to set up your CI with Pants.
4+
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
55

66
name: Pants
77

@@ -39,7 +39,7 @@ jobs:
3939
# Note that named_caches and lmdb_store falls back to partial restore keys which
4040
# may give a useful partial result that will save time over completely clean state,
4141
# but will cause the cache entry to grow without bound over time.
42-
# See https://pants.readme.io/docs/using-pants-in-ci for tips on how to periodically clean it up.
42+
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
4343
# Alternatively you change gha-cache-key to ignore old caches.
4444
- name: Bootstrap Pants
4545
run: pants --version

0 commit comments

Comments
 (0)