Integrando imagen con la versión en Gitea.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-06-14 13:19:41 -05:00
parent b632b72da1
commit 6850cdd53a
1 changed files with 1 additions and 16 deletions

View File

@ -23,16 +23,6 @@ CodiMD class >> newDefault [
defaultServer.
]
{ #category : #accessing }
CodiMD >> contents [
^ contents
]
{ #category : #accessing }
CodiMD >> contents: anObject [
contents := anObject
]
{ #category : #'as yet unclassified' }
CodiMD >> defaultServer [
self server: 'https://docutopia.tupale.co'.
@ -102,12 +92,7 @@ CodiMD >> url [
^ url asUrl
]
{ #category : #accessing }
CodiMD >> url: anObject [
url := anObject
]
{ #category : #visiting }
CodiMD >> visit [
WebBrowser openOn: self url.
WebBrowser openOn: self server, '/', self pad.
]