Skip to content

Commit de40892

Browse files
committed
[chore] Enable markdownlint2 checks, and fix issues
1 parent dba9867 commit de40892

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.cspell.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ words: # Valid words across all locales
5959
- Docsy
6060
- htmltest
6161
# Hugo
62+
- jsonify
6263
- warnf

.github/workflows/check-text.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
cache-dependency-path: tmp/package-ci.json
4747
- run: npm install --ignore-scripts --omit=optional
4848
- run: npm run check:markdown
49+
- run: npm run check:markdown2

content/es/docs/contributing/issues.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
weight: 10
77
_issues: https://github.com/open-telemetry/opentelemetry.io/issues
88
_issue: https://github.com/open-telemetry/opentelemetry.io/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A
9-
default_lang_commit: 99f0ae5760038d51f9e9eb376bb428a2caca8167
9+
default_lang_commit: 99f0ae5760038d51f9e9eb376bb428a2caca8167 # patched
1010
---
1111

1212
## Solucionando una propuesta existente
@@ -33,8 +33,8 @@ OpenTelemetry (OTel) es solucionando un problema ya identificado.
3333
{.mt-3}
3434

3535
<!-- prettier-ignore -->
36-
[good first issue]: {{% param _issue %}}%22good+first+issue%22
37-
[help wanted]: {{% param _issue %}}%3A%22help+wanted%22
36+
[good first issue]: <{{% param _issue %}}%22good+first+issue%22>
37+
[help wanted]: <{{% param _issue %}}%3A%22help+wanted%22>
3838
[org]: https://github.com/open-telemetry
3939

4040
{{% /alert %}}

0 commit comments

Comments
 (0)