diff -r d1b18ea171a9 -r 31ea26b7f26e ApplicationModel.st --- a/ApplicationModel.st Wed Feb 07 12:07:50 2018 +0100 +++ b/ApplicationModel.st Wed Feb 07 15:42:29 2018 +0100 @@ -4141,7 +4141,9 @@ openDocumentationFile:aFilename HTMLDocumentView notNil ifTrue:[ - HTMLDocumentView openFullOnDocumentationFile:aFilename. + HTMLDocumentView + openFullOnDocumentationFile:aFilename + searchIn:{ (self class packageDirectory / 'doc/online') }. ]. !