Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 7242755

Browse files
authored
com_github_rapidjson -> com_github_tencent_rapidjson (#266)
* Matches URL. * Matches what Envoy calls it.
1 parent a2de572 commit 7242755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cc_library(
122122

123123
# Rapidjson library - used by zipkin exporter.
124124
http_archive(
125-
name = "com_github_rapidjson",
125+
name = "com_github_tencent_rapidjson",
126126
build_file_content =
127127
"""
128128
cc_library(

opencensus/exporters/trace/zipkin/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cc_library(
3333
deps = [
3434
"//opencensus/trace",
3535
"@com_github_curl//:curl",
36-
"@com_github_rapidjson//:rapidjson",
36+
"@com_github_tencent_rapidjson//:rapidjson",
3737
"@com_google_absl//absl/base:core_headers",
3838
"@com_google_absl//absl/memory",
3939
"@com_google_absl//absl/strings",

0 commit comments

Comments
 (0)