Skip to content

Commit

Permalink
Merge pull request #778 from pillar-markup/revert-766--Microdown-URL-…
Browse files Browse the repository at this point in the history
…references-to-web-locations

Revert "Microdown url references to web locations"
  • Loading branch information
Ducasse authored Jun 21, 2024
2 parents 8270fe6 + 9cdf9d2 commit c5f7a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microdown/MicHTTPResourceReference.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ MicHTTPResourceReference class >> getBytesByHttp: uri [
get.
^ client entity bytes ]
on: ZnHttpUnsuccessful, NetworkError, MessageNotUnderstood
do: [ WebBrowser openOn: uri ].
do: [ :error |
error resignalAs: (MicResourceReferenceError new messageText: 'Could not access ', uri printString) ].
]

{ #category : 'instance creation' }
Expand Down

0 comments on commit c5f7a87

Please sign in to comment.