Fix base url
This commit is contained in:
		| @@ -14,16 +14,16 @@ | ||||
| <meta property="og:type" content="article"> | ||||
| <meta property="og:title" content="CDCL"> | ||||
| <meta property="og:description" content=""> | ||||
| <meta property="og:url" content="https://example.org/techniques/cdcl/"> | ||||
| <meta property="og:url" content="https://fmtools.fyi/techniques/cdcl/"> | ||||
| <meta property="og:image" content="images/%!s(<nil>)"> | ||||
| <link rel="canonical" href="https://example.org/techniques/cdcl/"> | ||||
| <link rel="canonical" href="https://fmtools.fyi/techniques/cdcl/"> | ||||
|  | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'> | ||||
| <link rel="manifest" href='https://example.org/site.webmanifest'> | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'> | ||||
| <link rel="manifest" href='https://fmtools.fyi/site.webmanifest'> | ||||
|  | ||||
| <link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ=="> | ||||
| <link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ=="> | ||||
|  | ||||
|   <link href="/css/fontawesome.css" rel="stylesheet" /> | ||||
|   <link href="/css/brands.css" rel="stylesheet" /> | ||||
|   | ||||
| @@ -2,17 +2,17 @@ | ||||
| <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||
|   <channel> | ||||
|     <title>CDCL on Formal Methods Tools</title> | ||||
|     <link>https://example.org/techniques/cdcl/</link> | ||||
|     <link>https://fmtools.fyi/techniques/cdcl/</link> | ||||
|     <description>Recent content in CDCL on Formal Methods Tools</description> | ||||
|     <generator>Hugo</generator> | ||||
|     <language>en-us</language> | ||||
|     <lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate> | ||||
|     <atom:link href="https://example.org/techniques/cdcl/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <atom:link href="https://fmtools.fyi/techniques/cdcl/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <item> | ||||
|       <title>ParaFROST</title> | ||||
|       <link>https://example.org/tools/sat-smt/parafrost/</link> | ||||
|       <link>https://fmtools.fyi/tools/sat-smt/parafrost/</link> | ||||
|       <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate> | ||||
|       <guid>https://example.org/tools/sat-smt/parafrost/</guid> | ||||
|       <guid>https://fmtools.fyi/tools/sat-smt/parafrost/</guid> | ||||
|       <description><p>ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA CUDA-enabled GPUs in applying modern inprocessing tecnhiques in parallel.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html" target="_blank" >Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html" target="_blank" >Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html" target="_blank" >Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html" target="_blank" >Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/" target="_blank" >z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html" target="_blank" >Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3" target="_blank" >z3 crate on crates.io</a></li>
</ul></description> | ||||
|     </item> | ||||
|   </channel> | ||||
|   | ||||
| @@ -14,16 +14,16 @@ | ||||
| <meta property="og:type" content="article"> | ||||
| <meta property="og:title" content="GPU"> | ||||
| <meta property="og:description" content=""> | ||||
| <meta property="og:url" content="https://example.org/techniques/gpu/"> | ||||
| <meta property="og:url" content="https://fmtools.fyi/techniques/gpu/"> | ||||
| <meta property="og:image" content="images/%!s(<nil>)"> | ||||
| <link rel="canonical" href="https://example.org/techniques/gpu/"> | ||||
| <link rel="canonical" href="https://fmtools.fyi/techniques/gpu/"> | ||||
|  | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'> | ||||
| <link rel="manifest" href='https://example.org/site.webmanifest'> | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'> | ||||
| <link rel="manifest" href='https://fmtools.fyi/site.webmanifest'> | ||||
|  | ||||
| <link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ=="> | ||||
| <link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ=="> | ||||
|  | ||||
|   <link href="/css/fontawesome.css" rel="stylesheet" /> | ||||
|   <link href="/css/brands.css" rel="stylesheet" /> | ||||
|   | ||||
| @@ -2,17 +2,17 @@ | ||||
| <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||
|   <channel> | ||||
|     <title>GPU on Formal Methods Tools</title> | ||||
|     <link>https://example.org/techniques/gpu/</link> | ||||
|     <link>https://fmtools.fyi/techniques/gpu/</link> | ||||
|     <description>Recent content in GPU on Formal Methods Tools</description> | ||||
|     <generator>Hugo</generator> | ||||
|     <language>en-us</language> | ||||
|     <lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate> | ||||
|     <atom:link href="https://example.org/techniques/gpu/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <atom:link href="https://fmtools.fyi/techniques/gpu/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <item> | ||||
|       <title>ParaFROST</title> | ||||
|       <link>https://example.org/tools/sat-smt/parafrost/</link> | ||||
|       <link>https://fmtools.fyi/tools/sat-smt/parafrost/</link> | ||||
|       <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate> | ||||
|       <guid>https://example.org/tools/sat-smt/parafrost/</guid> | ||||
|       <guid>https://fmtools.fyi/tools/sat-smt/parafrost/</guid> | ||||
|       <description><p>ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA CUDA-enabled GPUs in applying modern inprocessing tecnhiques in parallel.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html" target="_blank" >Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html" target="_blank" >Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html" target="_blank" >Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html" target="_blank" >Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/" target="_blank" >z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html" target="_blank" >Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3" target="_blank" >z3 crate on crates.io</a></li>
</ul></description> | ||||
|     </item> | ||||
|   </channel> | ||||
|   | ||||
| @@ -14,16 +14,16 @@ | ||||
| <meta property="og:type" content="article"> | ||||
| <meta property="og:title" content="Techniques"> | ||||
| <meta property="og:description" content=""> | ||||
| <meta property="og:url" content="https://example.org/techniques/"> | ||||
| <meta property="og:url" content="https://fmtools.fyi/techniques/"> | ||||
| <meta property="og:image" content="images/%!s(<nil>)"> | ||||
| <link rel="canonical" href="https://example.org/techniques/"> | ||||
| <link rel="canonical" href="https://fmtools.fyi/techniques/"> | ||||
|  | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'> | ||||
| <link rel="manifest" href='https://example.org/site.webmanifest'> | ||||
| <link rel="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'> | ||||
| <link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'> | ||||
| <link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'> | ||||
| <link rel="manifest" href='https://fmtools.fyi/site.webmanifest'> | ||||
|  | ||||
| <link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ=="> | ||||
| <link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ=="> | ||||
|  | ||||
|   <link href="/css/fontawesome.css" rel="stylesheet" /> | ||||
|   <link href="/css/brands.css" rel="stylesheet" /> | ||||
|   | ||||
| @@ -2,24 +2,24 @@ | ||||
| <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||||
|   <channel> | ||||
|     <title>Techniques on Formal Methods Tools</title> | ||||
|     <link>https://example.org/techniques/</link> | ||||
|     <link>https://fmtools.fyi/techniques/</link> | ||||
|     <description>Recent content in Techniques on Formal Methods Tools</description> | ||||
|     <generator>Hugo</generator> | ||||
|     <language>en-us</language> | ||||
|     <lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate> | ||||
|     <atom:link href="https://example.org/techniques/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <atom:link href="https://fmtools.fyi/techniques/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <item> | ||||
|       <title>CDCL</title> | ||||
|       <link>https://example.org/techniques/cdcl/</link> | ||||
|       <link>https://fmtools.fyi/techniques/cdcl/</link> | ||||
|       <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate> | ||||
|       <guid>https://example.org/techniques/cdcl/</guid> | ||||
|       <guid>https://fmtools.fyi/techniques/cdcl/</guid> | ||||
|       <description></description> | ||||
|     </item> | ||||
|     <item> | ||||
|       <title>GPU</title> | ||||
|       <link>https://example.org/techniques/gpu/</link> | ||||
|       <link>https://fmtools.fyi/techniques/gpu/</link> | ||||
|       <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate> | ||||
|       <guid>https://example.org/techniques/gpu/</guid> | ||||
|       <guid>https://fmtools.fyi/techniques/gpu/</guid> | ||||
|       <description></description> | ||||
|     </item> | ||||
|   </channel> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user