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
parent 3cdef4bd7f
commit be0b852a46
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 }