Skip to content

Commit

Permalink
Fix inline html.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626306977
Change-Id: Ie92ea8e8172af2948185b8d2daaf4764c2b06109
  • Loading branch information
haxorz authored and Kila2 committed May 13, 2024
1 parent af6f244 commit 5111c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/concepts/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ forbidden) nor contain multiple consecutive slashes as path separators
(for example, `foo//bar`). Similarly, up-level references (`..`) and
current-directory references (`./`) are forbidden.

<p><span class="compare-worse">Wrong</span> — Do not use `..` to refer to files in other packages</p>
<p><span class="compare-worse">Wrong</span> — Do not use <code>..</code> to refer to files in other packages</p>

<p><span class="compare-better">Correct</span> — Use
`//{{ "<var>" }}package-name{{ "</var>" }}:{{ "<var>" }}filename{{ "</var>" }}`</p>
<code>//{{ "<var>" }}package-name{{ "</var>" }}:{{ "<var>" }}filename{{ "</var>" }}</code></p>


While it is common to use `/` in the name of a file target, avoid the use of
Expand Down

0 comments on commit 5111c1a

Please sign in to comment.