#1004 Fix link to XFCE documentation
Merged 4 years ago by bcotton. Opened 4 years ago by fbaumanis.
fbaumanis/fedora-websites fix_xfce_doc_link  into  master

Fix link to XFCE documentation
lightlace • 4 years ago  
@@ -154,7 +154,7 @@ 

          </div>

          <div class="col-md-4 col-xs-12 text-center">

            <h3><i class="fa fa-fw fa-lg header-icon fa-book"></i>${_('Documentation')}</h3>

-           <p>${Markup(_('Specific documentation and tutorials are available at the &lt;a href="%s"&gt;Xfce project upstream website&lt;/a&gt;.') % ('http://wiki.xfce.org/'))}</p>

+           <p>${Markup(_('Specific documentation and tutorials are available at the &lt;a href="%s"&gt;Xfce project upstream website&lt;/a&gt;.') % ('http://docs.xfce.org/'))}</p>

          </div>

        </div>

        <div class="row top-margin">

Fix the link to the XFCE upstream documentation.

Fixes issue #974

Pull-Request has been merged by bcotton

4 years ago
Metadata