Skip to content

Commit

Permalink
Update release notes to point to new repo. (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Oct 7, 2024
1 parent 4ff039b commit e4ff2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release_notes.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "{sha256}",
urls = ["https://github.com/sputt/req-compile/releases/download/{version}/rules_req_compile-{version}.tar.gz"],
urls = ["https://github.com/periareon/req-compile/releases/download/{version}/rules_req_compile-{version}.tar.gz"],
)

load("@rules_req_compile//:repositories.bzl", "req_compile_dependencies")
Expand All @@ -24,4 +24,4 @@ load("@rules_req_compile//:repositories_transitive.bzl", "req_compile_transitive
req_compile_transitive_dependencies()
```

Additional documentation can be found at: https://github.com/sputt/req-compile
Additional documentation can be found at: https://github.com/periareon/req-compile

0 comments on commit e4ff2d9

Please sign in to comment.