Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2010-02-08 00:55:29 +0000
committerdgreen2010-02-08 00:55:29 +0000
commit82f91f6e1870726df4fd0644852ada1c2f70cc59 (patch)
treef855a906444312e6d4c506fd033fd7b4854ece05 /org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html
parentb7aaff6eadc50903a7d761a6b4771ac475132fda (diff)
downloadorg.eclipse.mylyn.tasks-82f91f6e1870726df4fd0644852ada1c2f70cc59.tar.gz
org.eclipse.mylyn.tasks-82f91f6e1870726df4fd0644852ada1c2f70cc59.tar.xz
org.eclipse.mylyn.tasks-82f91f6e1870726df4fd0644852ada1c2f70cc59.zip
ASSIGNED - bug 300134: consider adding FAQ to o.e.m.help.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=300134 fix problem with external links.
Diffstat (limited to 'org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html')
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html
index daa39bdf2..8c4d5f0c6 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html
@@ -93,7 +93,7 @@
<h2 id="Authentication_Troubleshooting">Authentication Troubleshooting</h2>
<p>You must ensure repository credentials are filled out correctly. Refer to the diagram below:</p>
<p>
- <a href="/wiki/image:_AuthenticationTroubleshooting2.png" title="image: AuthenticationTroubleshooting2.png">right</a>
+ <a href="http://wiki.eclipse.org/image:_AuthenticationTroubleshooting2.png" title="image: AuthenticationTroubleshooting2.png" target="mylyn_external">right</a>
</p>
<ol>
<li>Enter the repository URL (i.e.
@@ -182,7 +182,7 @@ keytool -importcert -file client.crt
<dl>
<dd>
<i>Project association can also come from 3rd party metadata trough the contrubuted
- <a href="/wiki/Mylar_Integrator_Reference#Mapping_from_projects_to_Task_Repositories" title="Mylar_Integrator_Reference#Mapping_from_projects_to_Task_Repositories">extension point</a>.
+ <a href="http://wiki.eclipse.org/Mylar_Integrator_Reference#Mapping_from_projects_to_Task_Repositories" title="Mylar_Integrator_Reference#Mapping_from_projects_to_Task_Repositories" target="mylyn_external">extension point</a>.
<a href="http://subclipse.tigris.org/" target="mylyn_external">Subclipse</a> and
<a href="http://docs.codehaus.org/display/M2ECLIPSE/Integration+with+Mylyn" target="mylyn_external">Maven integration for Eclipse</a> plugins contributing it. See few more details
<a href="http://jroller.com/page/eu?entry=linking_projects_from_the_eclipse" target="mylyn_external">here</a>.

Back to the top