Skip to content

Commit 7a0d066

Browse files
jnerlichvogella
authored andcommitted
Fix the links in the Command Core Expressions markdown page
The links had to be adjusted due to the migration from wiki pages to Github markdown.
1 parent 690bf84 commit 7a0d066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Command_Core_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Contents
2121
Expressions and the Command Framework
2222
=====================================
2323

24-
The [Platform Command Framework](/Platform_Command_Framework "Platform Command Framework") uses [core expressions](/Platform_Expression_Framework "Platform Expression Framework") for enabledWhen and activeWhen for handlers, programmatic activation of contexts, and for visibleWhen for menu contributions.
24+
The [Platform Command Framework](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/PlatformCommandFramework.md) uses [core expressions](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Platform_Expression_Framework.md) for enabledWhen and activeWhen for handlers, programmatic activation of contexts, and for visibleWhen for menu contributions.
2525
The command framework provides the IEvaluationContext that command core expressions are evaluate against.
2626

2727
The IEvaluationContext provides a default variable for evaluations, and a number of named variables.

0 commit comments

Comments
 (0)