From 90ff0359e587060a7228a64c708da5d97b2d8201 Mon Sep 17 00:00:00 2001 From: Zach Ploskey Date: Sep 15 2017 13:36:24 +0000 Subject: [PATCH 1/2] Add missing space after IRC channel name Signed-off-by: Zach Ploskey --- diff --git a/en-US/welcome/Welcome.adoc b/en-US/welcome/Welcome.adoc index 5f4d19c..52f2df0 100644 --- a/en-US/welcome/Welcome.adoc +++ b/en-US/welcome/Welcome.adoc @@ -31,7 +31,7 @@ There are a number of places you can get assistance should you run into problems If you run into a problem and would like some assistance, go to link:++http://ask.fedoraproject.org++[]. Many answers are already there, but if you don't find yours, you can simply post a new question. This has the advantage that anyone else with the same problem can find the answer, too. -You may also find assistance on the `#fedora`pass:attributes[{blank}]channel on the IRC net `irc.freenode.net`. Keep in mind that the channel is populated by volunteers wanting to help, but folks knowledgeable about a specific topic might not always be available. +You may also find assistance on the `#fedora` channel on the IRC net `irc.freenode.net`. Keep in mind that the channel is populated by volunteers wanting to help, but folks knowledgeable about a specific topic might not always be available. [[sect-providing-help]] === Want to Contribute? From 54ba76fdfd0416eca848ebfa253a5b05fe7df696 Mon Sep 17 00:00:00 2001 From: Zach Ploskey Date: Sep 15 2017 15:22:39 +0000 Subject: [PATCH 2/2] Fix link to release changeset in wiki This will be correct for any numbered release. Before, the link contained the unreplaced string '{PRODVER}' on all releases. Signed-off-by: Zach Ploskey --- diff --git a/en-US/welcome/Overview.adoc b/en-US/welcome/Overview.adoc index ee0e18a..e35d924 100644 --- a/en-US/welcome/Overview.adoc +++ b/en-US/welcome/Overview.adoc @@ -6,4 +6,4 @@ include::en-US/entities.adoc[] As always, Fedora continues to develop and integrate the latest free and open source software. The following sections provide a brief overview of major changes from the last release of Fedora. -More detailed information about changes in this release can be found on the link:++https://fedoraproject.org/wiki/Releases/{PRODVER}/ChangeSet++[Fedora Project Wiki]. +More detailed information about changes in this release can be found on the link:https://fedoraproject.org/wiki/Releases/{PRODVER}/ChangeSet[Fedora Project Wiki].