Skip to content

Commit 275b98e

Browse files
authored
Merge pull request #123 from LuizMeier/122-fix-canonical-urls-for-pt-br-posts
fix: update canonical URLs for blog posts to include language prefix
2 parents 8a6e74d + 54ec30e commit 275b98e

8 files changed

+9
-9
lines changed

.github/workflows/post-review.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Code Review with OpenAI
1+
name: Post Review with OpenAI
22

33
permissions:
44
contents: read
55
pull-requests: write
66

77
on:
88
pull_request:
9-
paths: '**/_posts/*.md'
9+
paths: '**/_posts/**/*.md'
1010

1111
jobs:
1212
review:

_posts/pt-BR/2024-09-15-creating-your-own-custom-lld-in-zabbix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Um guia completo para criar um Low-Level Discovery customizado no
88
lang: pt-BR
99
image: assets/img/zabbix-custom-lld/capa.png # Removido campo duplicado
1010
layout: post
11-
canonical_url: "https://blog.lmeier.net/posts/criando-seu-proprio-lld-personalizado-no-zabbix-pt-BR/"
11+
canonical_url: "https://blog.lmeier.net/pt-BR/posts/creating-your-own-custom-lld-in-zabbix/"
1212
---
1313

1414
<!-- *Read in [English](https://blog.lmeier.net/posts/creating-your-own-custom-lld-in-zabbix-en/)* -->

_posts/pt-BR/2024-10-07-monitoring-cluster-shared-volumes-with-zabbix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [LLD, Monitoring, Powershell, Custom Scripts, "Cluster Shared Volumes"]
77
description: "Como monitorar os discos do seu cluster no Zabbix"
88
lang: pt-BR
99
layout: post
10-
canonical_url: "https://blog.lmeier.net/posts/monitorando-cluster-shared-volumes-com-zabbix/"
10+
canonical_url: "https://blog.lmeier.net/pt-BR/posts/monitoring-cluster-shared-volumes-with-zabbix/"
1111
image: assets/img/monitor-csv/cover.png
1212
---
1313

_posts/pt-BR/2024-10-18-how-i-recovered-a-bricked-cctv-camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: "Luiz Meier"
77
categories: [CCTV, Hardware]
88
tags: [CCTV, Hardware, Intelbras]
99
lang: pt-BR
10-
canonical_url: "https://blog.lmeier.net/posts/como-recuperei-uma-camera-cftv-brickada/"
10+
canonical_url: "https://blog.lmeier.net/pt-BR/posts/how-i-recovered-a-bricked-cctv-camera/"
1111
image: assets/img/bricked-camera/cover.png
1212
---
1313

_posts/pt-BR/2024-10-22-fortinet-vs--palo-alto--automating-load-balancing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: "Luiz Meier"
77
categories: [Zabbix, Monitoring, Python, API, NGFW, "Palo Alto"]
88
tags: [Zabbix, Monitoring, Python, API, NGFW, "Palo Alto"]
99
lang: pt-BR
10-
canonical_url: "https://blog.lmeier.net/posts/fortinet-vs-palo-alto-automatizando-balanceamento-de-carga/"
10+
canonical_url: "https://blog.lmeier.net/pt-BR/posts/fortinet-vs-palo-alto-automating-load-balancing/"
1111
image: assets/img/lb-fortinet-paloalto/cover.png
1212
---
1313

_posts/pt-BR/2024-12-19-monitoring-palo-alto-firewalls-using-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: "Luiz Meier"
77
categories: [Zabbix, Monitoring, Python, API, NGFW, Palo Alto]
88
tags: [Zabbix, Monitoring, Python, API, NGFW, Palo Alto]
99
lang: pt-BR
10-
canonical_url: "https://blog.lmeier.net/posts/usando-api-para-monitorar-ipsec-da-palo-alto/"
10+
canonical_url: "https://blog.lmeier.net/pt-BR/posts/monitoring-palo-alto-firewalls-using-api/"
1111
image: assets/img/monitoring-using-api/cover.png
1212
---
1313

_posts/pt-BR/2025-02-04-authentication-backstage-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: "Luiz Meier"
77
categories: [Backstage, DevOps, Cloud]
88
tags: ["Microsoft Entra ID", Authentication, "Identity Provider", Backstage]
99
lang: pt-BR
10-
canonical_url: "https://blog.lmeier.net/posts/autenticacao-backstage-entra-id-pt-BR/"
10+
canonical_url: "https://blog.lmeier.net/pt-BR/posts/authentication-backstage-entra-id/"
1111
image: assets/img/backstage-entraid/capa.png
1212
---
1313

_posts/pt-BR/2025-03-05-integrating-backstage-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: "Luiz Meier"
77
categories: [Backstage, DevOps, Cloud]
88
tags: ["Azure DevOps", Backstage, "CI/CD Pipelines", Automation]
99
lang: pt-BR
10-
canonical_url: "https://blog.lmeier.net/posts/integrando-backstage-azure-devops-pt-BR/"
10+
canonical_url: "https://blog.lmeier.net/pt-BR/posts/integrating-backstage-azure-devops/"
1111
image: assets/img/backstage-azure-devops/cover.png
1212
---
1313

0 commit comments

Comments
 (0)