[Docs] Fix asset link ref in step-by-step tutorial (#8026)
Merge pull request 8026
This commit is contained in:
parent
4d131eb069
commit
39e2a8b5f5
|
@ -70,7 +70,7 @@ Open `_layouts/default.html` and add the stylesheet to the `<head>`:
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
|
|
Loading…
Reference in New Issue