Skip to content

Commit 9edaefe

Browse files
authored
fix: move all bazelbuild links to bazel-contrib (#1315)
1 parent 3b0ebe8 commit 9edaefe

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"bazelbuild/rules_foreign_cc"
1+
"bazel-contrib/rules_foreign_cc"
22

33
module(
44
name = "rules_foreign_cc",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variable](https://bazel.build/reference/be/make-variables)
2424
## News
2525

2626
For more generalized updates, please see [NEWS.md](./NEWS.md) or checkout the
27-
[release notes](https://github.com/bazelbuild/rules_foreign_cc/releases) of current or previous releases
27+
[release notes](https://github.com/bazel-contrib/rules_foreign_cc/releases) of current or previous releases
2828

2929
## Design document
3030

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Rules ForeignCc Docs
44

5-
Up to date documentation can be found at: https://bazelbuild.github.io/rules_foreign_cc/
5+
Up to date documentation can be found at: https://bazel-contrib.github.io/rules_foreign_cc/
66

77
## Legacy documentation
88

docs/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title = "Rules ForeignCc"
33

44
[output.html]
5-
git-repository-url = "https://github.com/bazelbuild/rules_foreign_cc"
5+
git-repository-url = "https://github.com/bazel-contrib/rules_foreign_cc"

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rules for building C/C++ projects using foreign build systems (non Bazel) inside
44

55
| Release | Commit | Status |
66
| --- | --------- | --- |
7-
| {release} | [{short_commit}](https://github.com/bazelbuild/rules_foreign_cc/commit/{commit}) | [![Build status](https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main)](https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main) |
7+
| {release} | [{short_commit}](https://github.com/bazel-contrib/rules_foreign_cc/commit/{commit}) | [![Build status](https://badge.buildkite.com/c28afbf846e2077715c753dda1f4b820cdcc46cc6cde16503c.svg?branch=main)](https://buildkite.com/bazel/rules-foreign-cc/builds?branch=main) |
88

99
## Overview
1010

@@ -26,11 +26,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2626
http_archive(
2727
name = "rules_foreign_cc",
2828
# TODO: Get the latest sha256 value from a bazel debug message or the latest
29-
# release on the releases page: https://github.com/bazelbuild/rules_foreign_cc/releases
29+
# release on the releases page: https://github.com/bazel-contrib/rules_foreign_cc/releases
3030
#
3131
# sha256 = "...",
3232
strip_prefix = "rules_foreign_cc-{release_archive}",
33-
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/{release_archive}.tar.gz",
33+
url = "https://github.com/bazel-contrib/rules_foreign_cc/archive/{release_archive}.tar.gz",
3434
)
3535

3636
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")

docs/root/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title = "Rules ForeignCc"
33

44
[output.html]
5-
git-repository-url = "https://github.com/bazelbuild/rules_foreign_cc"
5+
git-repository-url = "https://github.com/bazel-contrib/rules_foreign_cc"

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ A file containing a single macro `lib_repositories` that should define the desir
3939
`BUILD.lib.bazel` file will correctly be installed when the repository is setup. This macro will need to be
4040
loaded and called in [`third_party/repositories.bzl`](./third_party/repositories.bzl).
4141

42-
[cmake_external]: https://github.com/bazelbuild/rules_foreign_cc/tree/main/docs#cmake_external
43-
[configure_make]: https://github.com/bazelbuild/rules_foreign_cc/tree/main/docs#configure_make
42+
[cmake_external]: https://github.com/bazel-contrib/rules_foreign_cc/tree/main/docs#cmake_external
43+
[configure_make]: https://github.com/bazel-contrib/rules_foreign_cc/tree/main/docs#configure_make
4444
[test_suite]: https://docs.bazel.build/versions/master/be/general.html#test_suite

examples/third_party/openssl/BUILD.openssl.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""An openssl build file based on a snippet found in the github issue:
2-
https://github.com/bazelbuild/rules_foreign_cc/issues/337
2+
https://github.com/bazel-contrib/rules_foreign_cc/issues/337
33

44
Note that the $(PERL) "make variable" (https://docs.bazel.build/versions/main/be/make-variables.html)
55
is populated by the perl toolchain provided by rules_perl.

foreign_cc/cmake.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ http_archive(
2828
name = "rules_foreign_cc",
2929
sha256 = "c2cdcf55ffaf49366725639e45dedd449b8c3fe22b54e31625eb80ce3a240f1e",
3030
strip_prefix = "rules_foreign_cc-0.1.0",
31-
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.1.0.zip",
31+
url = "https://github.com/bazel-contrib/rules_foreign_cc/archive/0.1.0.zip",
3232
)
3333
3434
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
3535
3636
# This sets up some common toolchains for building targets. For more details, please see
37-
# https://github.com/bazelbuild/rules_foreign_cc/tree/main/docs#rules_foreign_cc_dependencies
37+
# https://github.com/bazel-contrib/rules_foreign_cc/tree/main/docs#rules_foreign_cc_dependencies
3838
rules_foreign_cc_dependencies()
3939
4040
_ALL_CONTENT = \"\"\"\\

foreign_cc/private/cmake_script.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def create_cmake_script(
125125

126126
# Avoid CMake passing the wrong linker flags when cross compiling
127127
# by setting CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR,
128-
# see https://github.com/bazelbuild/rules_foreign_cc/issues/289,
129-
# and https://github.com/bazelbuild/rules_foreign_cc/pull/1062
128+
# see https://github.com/bazel-contrib/rules_foreign_cc/issues/289,
129+
# and https://github.com/bazel-contrib/rules_foreign_cc/pull/1062
130130
if target_os == "unknown":
131131
# buildifier: disable=print
132132
print("target_os is unknown, please update foreign_cc/private/framework/platform.bzl and foreign_cc/private/cmake_script.bzl; triggered by", current_label)

0 commit comments

Comments
 (0)