From 881f0f5f096a27d3e176331e1ee816e7cc7c3b3d Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Wed, 14 Apr 2021 09:13:05 -0400 Subject: [PATCH] Make cross referencing work in Kythe, take 2 (#1079) * Make cross referencing work in Kythe, take 2 Per suggestions on b/184284124. --- vnames.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vnames.json b/vnames.json index ab9174b2c..3485f760a 100644 --- a/vnames.json +++ b/vnames.json @@ -1,10 +1,10 @@ [ { - "pattern": "([^/]+/build/[^/]+)/(.*)", + "pattern": "([^/]+/build/(.*)", "vname": { "corpus": "github.com/google/nomulus", "path": "@2@", - "root": "@1@" + "root": "external" } }, {