docs/website: Use relative links
Allows easily browsing the docs from the CI artifacts Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4078>
This commit is contained in:
parent
3cf3d5d1c6
commit
ab95a95a1d
1 changed files with 7 additions and 8 deletions
|
@ -10,8 +10,7 @@
|
|||
<title>Mutter</title>
|
||||
|
||||
<link rel="canonical" href="https://mutter.gnome.org/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Mutter"
|
||||
href="https://mutter.gnome.org/feed.xml" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Mutter" href="./feed.xml" />
|
||||
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
|
||||
|
@ -20,7 +19,7 @@
|
|||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:title" content="Mutter" />
|
||||
<meta property="twitter:image" content="https://mutter.gnome.org/assets/card.png" />
|
||||
<meta property="twitter:image" content="./assets/card.png" />
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:description" content="Mutter Window Manager website." />
|
||||
|
||||
|
@ -28,7 +27,7 @@
|
|||
<meta property="og:title" content="Mutter" />
|
||||
<meta property="og:url" content="https://mutter.gnome.org" />
|
||||
<meta property="og:description" content="Mutter Window Manager website." />
|
||||
<meta property="og:image" content="https://mutter.gnome.org/assets/card.png" />
|
||||
<meta property="og:image" content="./assets/card.png" />
|
||||
</head>
|
||||
|
||||
|
||||
|
@ -93,13 +92,13 @@
|
|||
|
||||
<ul class="tiles">
|
||||
|
||||
<li><a href="https://mutter.gnome.org/meta/">
|
||||
<li><a href="./meta/">
|
||||
<h3>Meta</h3>
|
||||
<p>The display server and window manager library. Contains a X11 window manager and compositing manager
|
||||
implementation, as well as a Wayland display server implementation.</p>
|
||||
</a></li>
|
||||
|
||||
<li><a href="https://mutter.gnome.org/clutter/">
|
||||
<li><a href="./clutter/">
|
||||
<h3>Clutter</h3>
|
||||
<p>
|
||||
Compositing toolkit, containing an actor and render node based scene graph, and has features such as input
|
||||
|
@ -108,13 +107,13 @@
|
|||
</p>
|
||||
</a></li>
|
||||
|
||||
<li><a href="https://mutter.gnome.org/cogl/">
|
||||
<li><a href="./cogl/">
|
||||
<h3>Cogl</h3>
|
||||
<p>Hardware acceleration pipeline abstraction layer. Handles things like allocating framebuffer, allocating,
|
||||
importing and drawing textures, internally using OpenGL.</p>
|
||||
</a></li>
|
||||
|
||||
<li><a href="https://mutter.gnome.org/mtk/">
|
||||
<li><a href="./mtk/">
|
||||
<h3>Mtk</h3>
|
||||
<p>The Meta Toolkit containing utilities shared by other parts of mutter.</p>
|
||||
</a></li>
|
||||
|
|
Loading…
Reference in a new issue