Skip to content

Commit

Permalink
Update issue tracker component link. (#4594)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins authored Dec 1, 2024
1 parent 7a7f567 commit d54806c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client-src/elements/chromedash-feature-highlights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class ChromedashFeatureHighlights extends LitElement {
${this.feature.browsers.chrome.blink_components.map(
c => html`
<a
href="https://bugs.chromium.org/p/chromium/issues/list?q=component:${c}"
href="https://issues.chromium.org/issues?q=customfield1222907:%22${c}%22"
target="_blank"
rel="noopener"
>${c}</a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Contact emails</h4>

<br><br><h4>Blink component</h4>

<a href="https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink" target="_blank" rel="noopener">Blink</a>
<a href="https://issues.chromium.org/issues?q=customfield1222907:%22Blink%22" target="_blank" rel="noopener">Blink</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Contact emails</h4>

<br><br><h4>Blink component</h4>

<a href="https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink" target="_blank" rel="noopener">Blink</a>
<a href="https://issues.chromium.org/issues?q=customfield1222907:%22Blink%22" target="_blank" rel="noopener">Blink</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Contact emails</h4>

<br><br><h4>Blink component</h4>

<a href="https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink" target="_blank" rel="noopener">Blink</a>
<a href="https://issues.chromium.org/issues?q=customfield1222907:%22Blink%22" target="_blank" rel="noopener">Blink</a>



Expand Down
2 changes: 1 addition & 1 deletion pages/testdata/intentpreview_test/test_html_rendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h4>Contact emails</h4>

<br><br><h4>Blink component</h4>

<a href="https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink" target="_blank" rel="noopener">Blink</a>
<a href="https://issues.chromium.org/issues?q=customfield1222907:%22Blink%22" target="_blank" rel="noopener">Blink</a>



Expand Down
2 changes: 1 addition & 1 deletion templates/blink/intent_to_implement.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h4>Contact emails</h4>

<br><br><h4>Blink component</h4>
{% for c in feature.browsers.chrome.blink_components %}
<a href="https://bugs.chromium.org/p/chromium/issues/list?q=component:{{c}}" target="_blank" rel="noopener">{{c}}</a>
<a href="https://issues.chromium.org/issues?q=customfield1222907:%22{{c}}%22" target="_blank" rel="noopener">{{c}}</a>
{% endfor %}

{% if 'motivation' in sections_to_show %}
Expand Down

0 comments on commit d54806c

Please sign in to comment.