diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-15 12:10:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-15 12:10:55 +0200 |
commit | f1e0449803fe4d73d8666d1d56dbcd2a91fa4116 (patch) | |
tree | 37066ca90d5e15a8c92a24c9a1fa7d8d5d9c898a /repotmpl | |
parent | b45b1d2d80dc0d08b497c317d1d926a57151f521 (diff) |
Forums are closed (use github issue instead)
Diffstat (limited to 'repotmpl')
-rw-r--r-- | repotmpl/group.kid | 2 | ||||
-rw-r--r-- | repotmpl/index.kid | 2 | ||||
-rw-r--r-- | repotmpl/package.kid | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/repotmpl/group.kid b/repotmpl/group.kid index b87e3815..36ddb7ff 100644 --- a/repotmpl/group.kid +++ b/repotmpl/group.kid @@ -13,7 +13,7 @@ </div> <p id="prelude"> <a href="https://blog.remirepo.net/">Blog</a> | - <a href="https://forum.remirepo.net/">Forums</a> | + <a href="https://github.com/remicollet/remirepo/issues">Support</a> | <a href="/">Repository</a> | <a href="https://rpms.remirepo.net/wizard/">Wizard</a> </p> diff --git a/repotmpl/index.kid b/repotmpl/index.kid index ae9f1ed4..6b49b087 100644 --- a/repotmpl/index.kid +++ b/repotmpl/index.kid @@ -19,7 +19,7 @@ def ymd(stamp): </div> <p id="prelude"> <a href="https://blog.remirepo.net/">Blog</a> | - <a href="https://forum.remirepo.net/">Forum</a> | + <a href="https://github.com/remicollet/remirepo/issues">Support</a> | <a href="/">Repository</a> | <a href="https://rpms.remirepo.net/wizard/">Wizard</a> </p> diff --git a/repotmpl/package.kid b/repotmpl/package.kid index 10bf7f05..ab5c6b31 100644 --- a/repotmpl/package.kid +++ b/repotmpl/package.kid @@ -18,7 +18,7 @@ def ymd(stamp): </div> <p id="prelude"> <a href="https://blog.remirepo.net/">Blog</a> | - <a href="https://forum.remirepo.net/">Forum</a> | + <a href="https://github.com/remicollet/remirepo/issues">Support</a> | <a href="/">Repository</a> | <a href="https://rpms.remirepo.net/wizard/">Wizard</a> </p> |