Skip to content

Commit

Permalink
Fixed broken doc links (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi authored Jun 7, 2024
1 parent 728dfcb commit 2235af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://pants.readme.io/docs/using-pants-in-ci for tips on how to set up your CI with Pants.
# 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.

name: Pants

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

0 comments on commit 2235af8

Please sign in to comment.