Skip to content

Commit

Permalink
fix: Cleanly apply patch gh_issue_redirect.diff
Browse files Browse the repository at this point in the history
Changes in the source file prevent patch from cleanly applying
  • Loading branch information
selfsealingstembolts authored and Ezka77 committed Jul 21, 2024
1 parent 0eaa052 commit 4a440d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alpine/patches/gh_issue_redirect.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Index: xen-orchestra/packages/xo-web/src/xo-app/about/index.js
===================================================================
--- xen-orchestra.orig/packages/xo-web/src/xo-app/about/index.js
+++ xen-orchestra/packages/xo-web/src/xo-app/about/index.js
@@ -81,7 +81,7 @@ export default class About extends Compo
@@ -156,7 +156,7 @@
</Row>
<Row>
<Col mediumSize={6}>
- <a href='https://github.com/vatesfr/xen-orchestra/issues/new/choose'>
+ <a href='https://github.com/Ezka77/xen-orchestra-ce'>
- <a href='https://github.com/vatesfr/xen-orchestra/issues/new/choose' target='_blank' rel='noreferrer'>
+ <a href='https://github.com/Ezka77/xen-orchestra-ce/issues' target='_blank' rel='noreferrer'>
<Icon icon='bug' size={4} />
<h4>{_('bugTracker')}</h4>
</a>

0 comments on commit 4a440d7

Please sign in to comment.