Fixing problem with Devs' Notes notebook opening.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-06-11 18:30:37 +00:00 committed by SantiagoBragagnolo
parent b80123d3f8
commit 5508ae7bd4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ GrafoscopioDocs class >> devNotes [
I want to return, as defined on instance initialize method"
| docs |
docs := self newDefault.
^ (docs localPlace fullName, '/', (docs documents at: 3)) asFileReference.
^ (docs localPlace fullName, '/', (docs documents at: 5)) asFileReference.
]
{ #category : #initialization }