Skip to content

Commit a7bf81a

Browse files
authored
Fix Stucchio URL (#567)
* Fix Stucchio URL The backslashes are appearing in the actual URL * Update bibtex-tidy * Fix Padonou URL * Increase Node version 15→18
1 parent d123659 commit a7bf81a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/setup-python@v2
1616
- uses: actions/setup-node@v2
1717
with:
18-
node-version: '15'
18+
node-version: '18'
1919
- uses: pre-commit/[email protected]

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
|examples/samplers/MLDA_variance_reduction_linear_regression\.ipynb$
3333
3434
- repo: https://github.com/FlamingTempura/bibtex-tidy
35-
rev: v1.8.5
35+
rev: v1.11.0
3636
hooks:
3737
- id: bibtex-tidy
3838
files: examples/references.bib

Diff for: examples/references.bib

+2-2
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ @unpublished{padonou2015polar
555555
note = {working paper or preprint},
556556
year = {2015},
557557
month = Feb,
558-
pdf = {https://hal.archives-ouvertes.fr/hal-01119942v1/file/PolarGP\_CircularDomains.pdf}
558+
pdf = {https://hal.archives-ouvertes.fr/hal-01119942v1/file/PolarGP_CircularDomains.pdf}
559559
}
560560
@book{pearl2000causality,
561561
title = {Causality: Models, reasoning and inference},
@@ -648,7 +648,7 @@ @online{stucchio2015bayesian
648648
title = {Bayesian A/B Testing at VWO},
649649
author = {Stucchio, Chris},
650650
year = {2015},
651-
url = {https://vwo.com/downloads/VWO\_SmartStats\_technical\_whitepaper.pdf}
651+
url = {https://vwo.com/downloads/VWO_SmartStats_technical_whitepaper.pdf}
652652
}
653653
@misc{szegedy2014going,
654654
title = {Going Deeper with Convolutions},

0 commit comments

Comments
 (0)