Skip to content

Commit 019d9b5

Browse files
Update hugo (#729)
* Update hugo * Fix report handling location for all languages * Fix resolution link to point to translated version --------- Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
1 parent 764ee22 commit 019d9b5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/en/code-of-conduct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If your report involves any members of the Committee, or if they feel they have
6161

6262
### Incident reporting resolution & Code of Conduct enforcement
6363

64-
_This section summarizes the most important points, more details can be found in_ [NumPy Code of Conduct - How to follow up on a report](/report-handling-manual).
64+
_This section summarizes the most important points, more details can be found in_ [NumPy Code of Conduct - How to follow up on a report](report-handling-manual).
6565

6666
We will investigate and respond to all complaints. The NumPy Code of Conduct Committee and the NumPy Steering Committee (if involved) will protect the identity of the reporter, and treat the content of complaints as confidential (unless the reporter agrees otherwise).
6767

@@ -72,7 +72,7 @@ In cases not involving clear severe and obvious breaches of this Code of Conduct
7272
1. acknowledge report is received,
7373
2. reasonable discussion/feedback,
7474
3. mediation (if feedback didn’t help, and only if both reporter and reportee agree to this),
75-
4. enforcement via transparent decision (see [Resolutions](/report-handling-manual/#resolutions)) by the Code of Conduct Committee.
75+
4. enforcement via transparent decision (see [Resolutions](report-handling-manual/#resolutions)) by the Code of Conduct Committee.
7676

7777
The Committee will respond to any report as soon as possible, and at most within 72 hours.
7878

content/ja/code-of-conduct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ NumPy行動規範委員会に問題を報告する場合は、こちらにご連
6161

6262
### インシデント報告の解決 & 行動規範の実施
6363

64-
本節では、_最も重要な点のみをまとめます。 _詳細については、[NumPy Code of Conduct - How to follow up on a report](/report-handling-manual) をご覧ください。
64+
本節では、_最も重要な点のみをまとめます。 _詳細については、[NumPy Code of Conduct - How to follow up on a report](report-handling-manual) をご覧ください。
6565

6666
私たちはすべての訴えを調査し、対応するようにします。 NumPy行動規範委員会およびNumPy運営委員会(もし関係する場合) は、報告者の身元を保護します。 また(報告者が同意しない限り) 苦情の内容を機密として扱うこととします。
6767

@@ -72,7 +72,7 @@ NumPy行動規範委員会に問題を報告する場合は、こちらにご連
7272
1. 報告書の受領を確認
7373
2. 建設的な議論/フィードバック
7474
3. 調停(報告者と報告を受けたものの両方がフィードバックが役に立たなかったと同意した場合に限る)
75-
4. 行動規範委員会による透明性のある決定と執行( [決議](/report-handling-manual/#resolutions)を参照)
75+
4. 行動規範委員会による透明性のある決定と執行( [決議](report-handling-manual/#解決方法)を参照)
7676

7777
行動規範委員会は、可能な限り速やかに対応し、最大で72時間以内に対応する様にします。
7878

content/pt/code-of-conduct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Se o seu relatório envolve algum membro da comissão, ou se você sentir que ex
6161

6262
### Resolução de Incidentes & Aplicação do Código de Conduta
6363

64-
_Esta seção resume os pontos mais importantes, mais detalhes podem ser encontrados em_ [Código de Conduta do NumPy - Como dar seguimento a um relatório](/report-handling-manual).
64+
_Esta seção resume os pontos mais importantes, mais detalhes podem ser encontrados em_ [Código de Conduta do NumPy - Como dar seguimento a um relatório](report-handling-manual).
6565

6666
Vamos investigar e responder a todas as queixas. O Comitê do Código de Conduta do NumPy e o Comitê Diretor do NumPy (se envolvido) protegerão a identidade do relatante, e tratarão o conteúdo das reclamações como confidencial (a menos que o relatante aceite o contrário).
6767

@@ -72,7 +72,7 @@ Em casos que não envolvam claras violações graves e óbvias deste Código de
7272
1. acusar o recebimento do relato,
7373
2. discussão/feedback razoável,
7474
3. mediação (se o feedback não ajudar e somente se ambos o relatante e relatado concordarem com isso),
75-
4. aplicação de solução via decisão transparente (veja as [Resoluções](/report-handling-manual/#resolutions)) do Comitê do Código de Conduta.
75+
4. aplicação de solução via decisão transparente (veja as [Resoluções](report-handling-manual/#resoluções)) do Comitê do Código de Conduta.
7676

7777
O comitê responderá a qualquer relatório o mais rapidamente possível e, no máximo, no prazo de 72 horas.
7878

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# unless otherwise overridden by more specific contexts.
33
[build.environment]
44
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
5-
HUGO_VERSION = "0.122.0"
5+
HUGO_VERSION = "0.123.2"
66
DART_SASS_VERSION = "1.70.0"
77
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
88

0 commit comments

Comments
 (0)