@@ -68,7 +68,7 @@ filegroup(
6868 "kafka/*.yaml" ,
6969 "kafka-mesh/*.yaml" ,
7070 ],
71- ) + ["@envoy-example-wasmcc //:configs" ],
71+ ) + ["@envoy-example-wasm-cc //:configs" ],
7272 visibility = ["//visibility:public" ],
7373)
7474
@@ -98,7 +98,7 @@ filegroup(
9898
9999filegroup (
100100 name = "docs_rst" ,
101- srcs = glob (["**/example.rst" ]) + ["@envoy-example-wasmcc //:example.rst" ],
101+ srcs = glob (["**/example.rst" ]) + ["@envoy-example-wasm-cc //:example.rst" ],
102102)
103103
104104pkg_files (
@@ -115,7 +115,7 @@ genrule(
115115 cmd = """
116116 TEMP=$$(mktemp -d)
117117 for location in $(locations :docs_rst); do
118- if [[ "$$location" == *"/envoy-example"* ]]; then
118+ if [[ "$$location" == *"/envoy-example- "* ]]; then
119119 example="$$(echo "$$location" | cut -d- -f3- | cut -d/ -f1)"
120120 else
121121 example=$$(echo $$location | sed -e 's#^external/[^/]*/##' | cut -d/ -f1)
@@ -165,7 +165,7 @@ pkg_tar(
165165 package_dir = "start/sandboxes" ,
166166 deps = [
167167 ":examples_docs" ,
168- "@envoy-example-wasmcc //:includes" ,
168+ "@envoy-example-wasm-cc //:includes" ,
169169 ],
170170 visibility = ["//visibility:public" ],
171171)
0 commit comments