aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2013-06-23 00:28:28 +0800
committerDavid King <amigadave@amigadave.com>2013-06-23 00:33:46 +0800
commit5f7680b108648d465ce87c71bd02d561b77ce2b2 (patch)
tree284ebbc381ca770df2faf8ba5c98026686fcff31
parentf4d5bc52d7fe6e020ea87af75e7509fdda34b026 (diff)
downloadgsoc2013-evolution-5f7680b108648d465ce87c71bd02d561b77ce2b2.tar
gsoc2013-evolution-5f7680b108648d465ce87c71bd02d561b77ce2b2.tar.gz
gsoc2013-evolution-5f7680b108648d465ce87c71bd02d561b77ce2b2.tar.bz2
gsoc2013-evolution-5f7680b108648d465ce87c71bd02d561b77ce2b2.tar.lz
gsoc2013-evolution-5f7680b108648d465ce87c71bd02d561b77ce2b2.tar.xz
gsoc2013-evolution-5f7680b108648d465ce87c71bd02d561b77ce2b2.tar.zst
gsoc2013-evolution-5f7680b108648d465ce87c71bd02d561b77ce2b2.zip
User docs: Fix validation in intro-application.page
Inline link elements do not have a type attribute.
-rw-r--r--help/C/intro-application.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/intro-application.page b/help/C/intro-application.page
index 24038e9e5a..5673f8edca 100644
--- a/help/C/intro-application.page
+++ b/help/C/intro-application.page
@@ -24,7 +24,7 @@
<title>Getting Started</title>
<p>Evolution is a stable and versatile personal information manager for the GNOME project. Evolution allows you to keep your calendars, mail, address books and tasks in one place.</p>
-<p>By default Evolution opens the mail view. This is were you can view all your mail. You can change to other views of the application by going to the bottom of the left pane in the window (the so-called "switcher") and selecting the desired view. <link type="topic" xref="intro-main-window">Learn more about the elements of the main window.</link></p>
+<p>By default Evolution opens the mail view. This is were you can view all your mail. You can change to other views of the application by going to the bottom of the left pane in the window (the so-called "switcher") and selecting the desired view. <link xref="intro-main-window">Learn more about the elements of the main window.</link></p>
<note style="advanced"><p>When Evolution starts, it remembers the last view that you used. However you can also explicitly start Evolution in a specific view. For the calendar view, use the command <cmd>evolution --component=calendar</cmd> in the <app>Terminal</app> application. Other available options are "mail", "contacts", "tasks", and "memos".</p></note>