bb36bf5df3f8ac20e6686d133a53f427ccd05721
chmalee
  Wed Dec 3 16:10:08 2025 -0800
Add link to position search box examples page to hgSearch and hgGateway, refs #35336

diff --git src/hg/hgGateway/hgGateway.html src/hg/hgGateway/hgGateway.html
index 3f9a2952536..9e2b5e03dc5 100644
--- src/hg/hgGateway/hgGateway.html
+++ src/hg/hgGateway/hgGateway.html
@@ -209,30 +209,33 @@
         <div id="findPositionTitle" class="jwSectionTitle">
           Find Position
         </div>
         <div id="findPositionContents" class="jwSectionContents"
              style="display: none;"> <!-- To avoid empty containers jumping around, hide first. -->
 
           <div id="findPosInputContainer" style="display: inline-block;">
             <div id="selectAssemblyLabel" class="jwInputLabel">Assembly</div>
             <select id="selectAssembly">
             </select>
 
             <div class="vertSpacerAbovePosition"></div>
 
             <div class="jwInputLabel">
               Position/Search Term
+              <span style="font-size: smaller">
+                (<a href="../../goldenPath/help/query.html">Examples</a>)
+              <span>
             </div>
             <input id="positionInput" value="" size="40">
             <div class="jwCurrentPos">
               Current position:
               <span id="positionDisplay" class="jwPosDisplay"></span>
               <i id="copyPosition" class="fa fa-copy jwTextBlue"
                  title="Copy the current position into the input above"></i>
             </div>
           </div>
 
           <div class="jwGoButtonContainer"
                title="Go to the Genome Browser">
             <div class="jwGoButton">
               GO
             </div>