Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Ledest:erlang:23
erlang
1353-Handle-external-links.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1353-Handle-external-links.patch of Package erlang
From 1501b271f8e9d829f44801b51cd5a40bff6f7ee9 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com> Date: Sun, 10 Sep 2023 13:15:36 +0100 Subject: [PATCH 03/15] Handle external links e.g. [https://erlang.org] edoc is, funny enough, code backwards :-) --- lib/edoc/src/edoc_wiki.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/edoc/src/edoc_wiki.erl b/lib/edoc/src/edoc_wiki.erl index 903d69e84c..15cef50b78 100644 --- a/lib/edoc/src/edoc_wiki.erl +++ b/lib/edoc/src/edoc_wiki.erl @@ -273,7 +273,7 @@ expand_uri(Cs, L, As) -> expand(Cs, L, [$[ | As]). expand_uri([$] | Cs], L, Us, As) -> - expand(Cs, L, push_uri(Us, ">tt/<" ++ Us ++ ">tt<", As)); + expand(Cs, L, push_uri(Us, ">edoc/<" ++ Us ++ ">edoc<", As)); expand_uri([$\s = C | Cs], L, Us, As) -> expand_uri(Cs, 0, L, [C], Us, As); expand_uri([$\t = C | Cs], L, Us, As) -> -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor