Fix base url
This commit is contained in:
		| @@ -14,16 +14,16 @@ | ||||
| <meta property="og:type" content="article"> | ||||
| <meta property="og:title" content="LORIA"> | ||||
| <meta property="og:description" content=""> | ||||
| <meta property="og:url" content="https://example.org/developers/loria/"> | ||||
| <meta property="og:url" content="https://fmtools.fyi/developers/loria/"> | ||||
| <meta property="og:image" content="images/%!s(<nil>)"> | ||||
| <link rel="canonical" href="https://example.org/developers/loria/"> | ||||
| <link rel="canonical" href="https://fmtools.fyi/developers/loria/"> | ||||
|  | ||||
| <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>LORIA on Formal Methods Tools</title> | ||||
|     <link>https://example.org/developers/loria/</link> | ||||
|     <link>https://fmtools.fyi/developers/loria/</link> | ||||
|     <description>Recent content in LORIA 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/developers/loria/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <atom:link href="https://fmtools.fyi/developers/loria/index.xml" rel="self" type="application/rss+xml" /> | ||||
|     <item> | ||||
|       <title>veriT</title> | ||||
|       <link>https://example.org/tools/sat-smt/verit/</link> | ||||
|       <link>https://fmtools.fyi/tools/sat-smt/verit/</link> | ||||
|       <pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate> | ||||
|       <guid>https://example.org/tools/sat-smt/verit/</guid> | ||||
|       <guid>https://fmtools.fyi/tools/sat-smt/verit/</guid> | ||||
|       <description><p>veriT is an SMT solver developed by LORIA and ULiege. It supports a wide range of theories and is designed for use in formal verification, automated reasoning, and related research areas. veriT accepts input in SMT-LIB2 and DIMACS formats and provides a command-line interface for ease of integration into verification workflows. The solver is actively maintained and distributed under the BSD license, making it suitable for both academic and industrial applications.</p></description> | ||||
|     </item> | ||||
|   </channel> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user