WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 140fdb3

Browse files
committed
fix broken MSAE Alumni links
1 parent 300be81 commit 140fdb3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ruff version.
11-
rev: v0.9.7
11+
rev: v0.12.0
1212
hooks:
1313
# Run the linter.
1414
- id: ruff
@@ -18,7 +18,7 @@ repos:
1818
args: ["--config", "pyproject.toml"]
1919
types_or: [python, jupyter]
2020
- repo: https://github.com/maxwinterstein/shfmt-py
21-
rev: v3.7.0.1
21+
rev: v3.11.0.2
2222
hooks:
2323
- id: shfmt
2424
args: ["--indent=4", "--space-redirects", "--write"]
@@ -28,6 +28,6 @@ repos:
2828
- id: shellcheck
2929
args: ["--exclude=SC2002"]
3030
- repo: https://github.com/adrienverge/yamllint
31-
rev: v1.35.1
31+
rev: v1.37.1
3232
hooks:
3333
- id: yamllint

economic-consulting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
## Links
1212

13-
**slides**: https://jameslamb.github.io/MSAE_Alumni_2015/index.html#1
13+
Archived repo: https://github.com/jameslamb/MSAE_Alumni_2015

economic-consulting/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Reproducible economic research requires programming. There is no way around it.
359359

360360
"Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later." - [Git documentation](http://git-scm.com/book/en/v2/Getting-Started-About-Version-Control)
361361

362-
- The software: [Git](http://en.wikipedia.org/wiki/Git_%28software%29) | [GitHub](https://github.com/jameslamb/MSAE_Alumni_2015/commits/gh-pages) (online extension)
362+
- The software: [Git](http://en.wikipedia.org/wiki/Git_%28software%29) | [GitHub](https://github.com/jameslamb/MSAE_Alumni_2015)
363363
- Distributed revision control and collaboration system
364364
- Tracks project history, lets you revert back to old versions
365365
- An example:

economics-as-a-science/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
## Links
1212

13-
**slides**: https://jameslamb.github.io/MSAE_Alumni_2016/index.html#1
13+
Archived repo: https://github.com/jameslamb/MSAE_Alumni_2016

0 commit comments

Comments
 (0)