From 77f543e6cf77f1692f73ade8f81610466e60cc63 Mon Sep 17 00:00:00 2001
From: Andrew Shoell <andrew.shoell.ctr@us.af.mil>
Date: Tue, 25 Jun 2024 12:53:30 +0000
Subject: [PATCH] Update doc request

---
 docs/developer/test-package-against-bb.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developer/test-package-against-bb.md b/docs/developer/test-package-against-bb.md
index 9425acf3da..c52c8104ca 100644
--- a/docs/developer/test-package-against-bb.md
+++ b/docs/developer/test-package-against-bb.md
@@ -5,7 +5,7 @@ These instructions right now are written for istio changes, but the same is prob
 ## Run bigbang tests against your branch
 As part of your MR that modifies istio you will need to run bigbang tests against your branch. To do this, at a minimum, you will need to
 1. Create a new branch on bigbang off of master `git checkout master && git pull && git checkout -b my-bigbang-branch-for-testing`
-1. Modify the test values (you may need more than this)
+1. Modify the [test values](https://repo1.dso.mil/big-bang/bigbang/-/blob/master/tests/test-values.yaml?ref_type=heads), yours will be different for your package, you may need more than this
     ```yaml
     myAppPackage:
       git:
-- 
GitLab