mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-05-14 21:04:25 +02:00
fix translation links
This commit is contained in:
parent
06069a1e5e
commit
c397df4a93
@ -331,7 +331,7 @@ code {
|
||||
position: absolute;
|
||||
top: 340px;
|
||||
width: 100%;
|
||||
right: 15%;
|
||||
right: 25%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
@ -46,8 +46,11 @@
|
||||
}(document, "script", "twitter-wjs");</script>
|
||||
</p>
|
||||
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
|
||||
<p id="translations">translations: <a href="#" class="active" title="english">English</a> - <a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a><br/>
|
||||
<a href="index.html" class="active" title="english">English</a> -> <a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a></p>
|
||||
<p id="translations">translations:
|
||||
<a href="#" class="active" title="english">English</a> -
|
||||
<a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a> -
|
||||
<a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div id="main">
|
||||
|
@ -46,7 +46,11 @@
|
||||
}(document, "script", "twitter-wjs");</script>
|
||||
</p>
|
||||
<p id="desc">sistema de branches eficiente usando o git-flow, do <a href="http://nvie.com/">Vincent Driessen</a></p>
|
||||
<p id="translations">traduções: <a href="index.html" title="Inglês">English</a> - <a href="#" class="active" title="Português Brasileiro">Português Brasileiro</a></p>
|
||||
<p id="translations">traduções:
|
||||
<a href="index.html" title="Inglês">English</a> -
|
||||
<a href="#" class="active" title="Português Brasileiro">Português Brasileiro</a> -
|
||||
<a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div id="main">
|
||||
|
@ -35,9 +35,11 @@
|
||||
|
||||
</p>
|
||||
<p id="desc">使用 git-flow 进行有效的分支实践。 by <a href="http://nvie.com/" target="_blank">Vincent Driessen</a></p>
|
||||
<p id="translations">翻译: <a href="index.html" class="active" title="english">English</a> -> <a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a>
|
||||
<br/>
|
||||
<a href="index.html" class="active" title="english">English</a> -> <a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a></p>
|
||||
<p id="translations">翻译:
|
||||
<a href="index.html" title="english">English</a> -
|
||||
<a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a> -
|
||||
<a href="index.zh_CN.html" class="active" title="Simplified Chinese">简体中文(Simplified Chinese)</a>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div id="main">
|
||||
|
Loading…
Reference in New Issue
Block a user