Skip to content

Commit e2cbb72

Browse files
committed
improved standards
1 parent c5e7c0f commit e2cbb72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Para esto deben cumplir con lo siguiente:
8383
8484
- Utilizar https://trunkbaseddevelopment.com/[Trunk Based Development] para las ramas. Siendo la rama principal llamada `main`.
8585
86-
- Utilizar https://www.conventionalcommits.org/es/v1.0.0/[Conventional Commits] al momento de hacer squash and merge del _PR_.
86+
- Utilizar https://github.com/conventional-commits/conventionalcommits.org[Conventional Commits] al momento de hacer squash and merge del _PR_ https://www.conventionalcommits.org/es/v1.0.0/[(En español)].
8787
8888
- Seguir, en lo posible, la https://en.wikipedia.org/wiki/Unix_philosophy[filosofía Unix].
8989
90-
- Seguir, de preferencia, la guía de estilo: https://nimblehq.co/compass/development/code-conventions/elixir/
90+
- Seguir, de preferencia, la guía de estilo: https://nimblehq.co/compass/development/code-conventions/elixir/[Compass].
9191
9292
## Empresas
9393

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ <h2 id="_estándares">Estándares</h2>
271271
<p>Utilizar <a href="https://trunkbaseddevelopment.com/">Trunk Based Development</a> para las ramas. Siendo la rama principal llamada <code>main</code>.</p>
272272
</li>
273273
<li>
274-
<p>Utilizar <a href="https://www.conventionalcommits.org/es/v1.0.0/">Conventional Commits</a> al momento de hacer squash and merge del <em>PR</em>.</p>
274+
<p>Utilizar <a href="https://github.com/conventional-commits/conventionalcommits.org">Conventional Commits</a> al momento de hacer squash and merge del <em>PR</em> <a href="https://www.conventionalcommits.org/es/v1.0.0/">(En español)</a>.</p>
275275
</li>
276276
<li>
277277
<p>Seguir, en lo posible, la <a href="https://en.wikipedia.org/wiki/Unix_philosophy">filosofía Unix</a>.</p>
278278
</li>
279279
<li>
280-
<p>Seguir, de preferencia, la guía de estilo: <a href="https://nimblehq.co/compass/development/code-conventions/elixir/" class="bare">https://nimblehq.co/compass/development/code-conventions/elixir/</a></p>
280+
<p>Seguir, de preferencia, la guía de estilo: <a href="https://nimblehq.co/compass/development/code-conventions/elixir/">Compass</a>.</p>
281281
</li>
282282
</ul>
283283
</div>
@@ -460,7 +460,7 @@ <h2 id="_artículosguías">Artículos/Guías</h2>
460460
</div>
461461
<div id="footer">
462462
<div id="footer-text">
463-
Last updated 2022-03-26 22:06:41 -0300
463+
Last updated 2022-03-26 22:08:38 -0300
464464
</div>
465465
</div>
466466
</body>

0 commit comments

Comments
 (0)