[Docs] Fix asset link ref in step-by-step tutorial (#8026)

Merge pull request 8026
This commit is contained in:
Dmitry Egorov 2020-02-26 09:28:36 +03:00 committed by GitHub
parent 4d131eb069
commit 39e2a8b5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Open `_layouts/default.html` and add the stylesheet to the `<head>`:
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<link rel="stylesheet" href="assets/css/styles.css"> <link rel="stylesheet" href="/assets/css/styles.css">
</head> </head>
<body> <body>
{% include navigation.html %} {% include navigation.html %}