Skip to content

Commit 57457a5

Browse files
committed
doc: Remove | from external links in Developer-Guide.mediawiki
Signed-off-by: Bernd Hufmann <[email protected]>
1 parent 7838ae2 commit 57457a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.mediawiki

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for example, should not have to worry about the concepts explained here.
1717

1818
= Trace Compass Trace Server =
1919

20-
For information on developing for the '''Trace Compass Trace Server''' see the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md | Trace Server Developer Guide].
20+
For information on developing for the '''Trace Compass Trace Server''' see the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md Trace Server Developer Guide].
2121

2222
= Implementing a New Trace Type =
2323

@@ -2645,8 +2645,8 @@ This interface can be used to provide property information. A property provider
26452645
To use the property provider, first the interface method of the ''ISDPropertiesProvider'' has to be implemented by a class. Typically, this is implemented in the loader class. Add the ''ISDPropertiesProvider'' to the list of implemented interfaces, implement the method ''getPropertySheetEntry()'' and set the provider in the ''setViewer()'' method as well as remove the provider in the ''dispose()'' method of the loader class. Please note that no example is provided here.
26462646
26472647
Please refer to the following Eclipse articles for more information about properties and tabed properties.
2648-
*[http://www.eclipse.org/articles/Article-Properties-View/properties-view.html | Take control of your properties]
2649-
*[http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html | The Eclipse Tabbed Properties View]
2648+
*[http://www.eclipse.org/articles/Article-Properties-View/properties-view.html Take control of your properties]
2649+
*[http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html The Eclipse Tabbed Properties View]
26502650
26512651
==== Using the Collapse Provider Interface ====
26522652
@@ -4788,7 +4788,7 @@ Data providers are queried with a filter object, which usually contains a time r
47884788
47894789
''Note that a complete example of analysis, data provider and views can be found in the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/org.eclipse.tracecompass.examples org.eclipse.tracecompass.examples plugin sources].''
47904790
4791-
The chapters below describe key concepts and how to create data providers. For more details, other data provider types and complementary information about data providers see also the '''Data Provider''' chapters in the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md | Trace Server Developer Guide]. This guide describes as well how data providers are used in the Trace Compass Trace Server.
4791+
The chapters below describe key concepts and how to create data providers. For more details, other data provider types and complementary information about data providers see also the '''Data Provider''' chapters in the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md Trace Server Developer Guide]. This guide describes as well how data providers are used in the Trace Compass Trace Server.
47924792
47934793
== Data provider types ==
47944794

0 commit comments

Comments
 (0)