Replace local_repository with http_archive in WORKSPACE

PiperOrigin-RevId: 280039052
This commit is contained in:
Google APIs 2019-11-12 13:18:50 -08:00 committed by Copybara-Service
parent 6a8c7914d1
commit 822172613e
1 changed files with 3 additions and 2 deletions

View File

@ -141,9 +141,10 @@ load("@com_google_api_codegen//rules_gapic/python:py_gapic_repositories.bzl", "p
py_gapic_repositories()
local_repository(
http_archive(
name = "protoc_docs_plugin",
path = "/usr/local/google/home/vam/_/projects/github/vam-google/protoc-docs-plugin/protoc-docs-plugin",
strip_prefix = "protoc-docs-plugin-54363302011e25ff83455bbcb8e5ae802dab6354",
urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/54363302011e25ff83455bbcb8e5ae802dab6354.zip"],
)
load(