diff options
| author | Yong He <yonghe@outlook.com> | 2025-02-27 21:41:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 21:41:03 -0800 |
| commit | 930b6018db472e33005be3d2cac526ed493cf38b (patch) | |
| tree | b721aaadafa54808f03d1d91467d4f83a465f336 | |
| parent | 8a8ff3cf3b10f5719503c9163592e3b0820b8d3d (diff) | |
Fix doc. (#6495)
| -rw-r--r-- | docs/_layouts/deprecated.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/deprecated.html b/docs/_layouts/deprecated.html index 41bcaf87f..922f0d0a2 100644 --- a/docs/_layouts/deprecated.html +++ b/docs/_layouts/deprecated.html @@ -181,7 +181,7 @@ <body> <div id="centeringDiv"> <div id="navDiv"> - {% include_relative ../nav.html %} + {% include_relative nav.html %} <a class="editButton" title="Edit this page" href="https://github.com/{{ site.github.repository_nwo }}/edit/master/docs/{{ page.path }}"> <svg class="editIcon" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"> <path fill-rule="evenodd" |
