mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
examples: fixup URLs for project subfolder
This commit is contained in:
committed by
Ryan C. Gordon
parent
56da4e81d8
commit
58f8e259d1
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>@project_name@ Example: @category_name@/@example_name@</title>
|
||||
<link rel="stylesheet" type="text/css" href="/examples.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/@project_name@/examples.css" />
|
||||
<style>
|
||||
main {
|
||||
display: flex;
|
||||
@@ -182,9 +182,9 @@
|
||||
<div id="content">
|
||||
<nav class="breadcrumb">
|
||||
<ul>
|
||||
<li><a href="/">@project_name@</a></li>
|
||||
<li><a href="/@category_name@">@category_name@</a></li>
|
||||
<li><a href="/@category_name@/@example_name@">@example_name@</a></li>
|
||||
<li><a href="/@project_name@">@project_name@</a></li>
|
||||
<li><a href="/@project_name@/@category_name@">@category_name@</a></li>
|
||||
<li><a href="/@project_name@/@category_name@/@example_name@">@example_name@</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1>@project_name@ example: @category_name@/@example_name@</h1>
|
||||
|
||||
Reference in New Issue
Block a user