Skip to content

Commit 6515a41

Browse files
committed
switch upstream gumbo to codeberg.org/gumbo-parser/gumbo-parser
1 parent 1209b11 commit 6515a41

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

jekyll/_includes/download/build-from-source.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ <h3>On other systems (*nix, OS X, Win)</h3>
2727
<li><a href="http://www.boost.org/">Boost</a> ≥1.55,
2828
specifically Boost.Regex and Boost.Program_options</li>
2929
<li>libtool and autoconf for building
30-
<a href="https://github.com/google/gumbo-parser">Gumbo</a></li>
30+
<a href="https://codeberg.org/gumbo-parser/gumbo-parser/">Gumbo</a></li>
3131
<li>
32-
Build and install <a href="https://github.com/google/gumbo-parser">Gumbo</a>
33-
(<a href="https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz">v0.10.1</a>)
32+
Build and install <a href="https://codeberg.org/gumbo-parser/gumbo-parser/">Gumbo</a>
3433
</li>
3534
<li>
3635
<a href="https://github.com/Tencent/rapidjson">RapidJSON</a>,

jekyll/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3>How?</h3>
8888
<div class="thirteen wide column">
8989
<p class="slim"><b>Hext</b> was built with
9090
C++,
91-
<a href="https://github.com/google/gumbo-parser">Gumbo</a>,
91+
<a href="https://codeberg.org/gumbo-parser/gumbo-parser/">Gumbo</a>,
9292
<a href="https://www.colm.net/open-source/ragel/">Ragel</a>,
9393
<a href="https://www.boost.org/">Boost</a>,
9494
<a href="https://github.com/miloyip/rapidjson">RapidJSON</a>,

jekyll/libhext-overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,10 @@ <h3>2. Overview of libhext</h3>
183183
typedef for std::function&lt;std::string (const GumboNode *)&gt;: A
184184
function that accepts a GumboNode and returns a std::string.
185185
Libhext exposes
186-
<a href="https://github.com/google/gumbo-parser">Gumbo</a>,
186+
<a href="https://codeberg.org/gumbo-parser/gumbo-parser/">Gumbo</a>,
187187
an HTML5 parsing library written in C99. This is where the GumboNode
188188
is coming from. Gumbo is an incredible piece of work and very well
189-
<a href="https://github.com/google/gumbo-parser/blob/master/src/gumbo.h">
190-
documented</a>.<br>
189+
documented.<br>
191190
Libhext comes with three <a href="/libhext-documentation/Builtins_8h.html">
192191
built-in functions</a>: TextBuiltin, InnerHtmlBuiltin and
193192
StripTagsBuiltin.</li>

0 commit comments

Comments
 (0)