Skip to content

Commit 669f5c7

Browse files
committed
Migrate minnie links, bump CI
1 parent b055f44 commit 669f5c7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup mdBook
16-
uses: peaceiris/actions-mdbook@v1
16+
uses: peaceiris/actions-mdbook@v2
1717
with:
1818
mdbook-version: 'latest'
1919

2020
- run: mdbook build
2121

2222
- name: Deploy
23-
uses: peaceiris/actions-gh-pages@v3
23+
uses: peaceiris/actions-gh-pages@v4
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ./book

src/lang/shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shell languages often mix structured programming constructs with bespoke command
77
* 1976: [The Unix Command Language](https://archive.org/download/the-unix-command-language/the-unix-command-language.pdf) ([more info](https://github.com/susam/tucl#combined-pdf))
88
* by Ken Thompson
99
* [view converted Markdown on GitHub](https://github.com/susam/tucl/blob/master/the-unix-command-language.md#the-unix-command-language)
10-
* The syntax (` | `) was [contributed by Douglas McIlroy](https://minnie.tuhs.org/pipermail/tuhs/2020-December/022535.html).
10+
* The syntax (` | `) was [contributed by Douglas McIlroy](https://www.tuhs.org/pipermail/tuhs/2020-December/022535.html).
1111
* The original syntax can be found in 1987's [A Research UNIX Reader](https://archive.org/details/a_research_unix_reader/page/n27/mode/2up).
1212
* 1976: [Using a Command Language as a High-Level Programming Language](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.85.7617&rep=rep1&type=pdf)
1313
* by John Mashey

src/orgs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It has many resources for the UNIX student:
88

99
- active discussions with participation from UNIX creators and community
1010
- [vast digital archive](https://wiki.tuhs.org/doku.php?id=source:unix_archive)
11-
- [mailing list archive](https://minnie.tuhs.org/pipermail/tuhs/)
11+
- [mailing list archive](https://www.tuhs.org/pipermail/tuhs/)
1212

1313
TUHS was orginally formed as "the [PDP-11](./hardware.md) Unix Preservation Society"
1414
### Others

src/prim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These are various technical papers and other writings about UNIX from its creato
66

77
This document is the earliest known formal description of the UNIX system. It had a few revisions, and an early draft is available.
88

9-
* [1971](https://minnie.tuhs.org/pipermail/tuhs/2015-November/007703.html): [Draft: The UNIX Time-Sharing System](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero-Threshold_OCR.pdf) ([Txt](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero.txt))
9+
* [1971](https://www.tuhs.org/pipermail/tuhs/2015-November/007703.html): [Draft: The UNIX Time-Sharing System](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero-Threshold_OCR.pdf) ([Txt](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero.txt))
1010
* by Dennis Ritchie
1111
* 1974: [The UNIX Time-Sharing System](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.112.595&rep=rep1&type=pdf) ([ACM](https://dl.acm.org/doi/10.1145/361011.361061)) ([mirror](http://www.tom-yam.or.jp/2238/ref/unix.pdf)) ([mirror 2](https://www.tuhs.org/Archive/Documentation/Papers/unix_cacm74.pdf))
1212
* by Dennis Ritchie and Ken Thompson

src/prim/bell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 1973: 📼 [The Holmdel Computer Center, Part 2: Programmer Services](https://techchannel.att.com/playvideo/2012/11/28/AT&T-Archives-Holmdel-Computer-Center-Part-2) ([YouTube](https://www.youtube.com/watch?v=V9aVOIuKVUc))
1111
* 1982: [Holmdel 20th Anniversary, a history of the legendary Bell Labs facility designed by Eero Saarinen](https://www.youtube.com/watch?v=BPq_ZyOvbsg&t=534s)
1212
* 1982: [Breakup of the Bell System](https://en.wikipedia.org/wiki/Breakup_of_the_Bell_System)
13-
* [June 2021 TUHS post](https://minnie.tuhs.org/pipermail/tuhs/2021-June/023869.html)
13+
* [June 2021 TUHS post](https://www.tuhs.org/pipermail/tuhs/2021-June/023869.html)
1414
* 2015: [Memories: A Personal History of Bell Telephone Laboratories](https://quello.msu.edu/wp-content/uploads/2015/08/Memories-Noll.pdf)
1515
* by [A Michael Noll](http://noll.uscannenberg.org/)
1616
* 2021: [History of Science and Technology Q&A (Mar. 10, 2021)](https://www.youtube.com/watch?v=5WfPiaseAyM)

src/prim/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Papers from other folks associated with the labs are available more specifically
1111
* by Ken Thompson
1212
* [2021 overview](https://www.youtube.com/watch?v=SJ7lOus1FzQ) [by Brailsford](https://www.nottingham.ac.uk/news/expertiseguide/computer-science-/professor-david-brailsford-.aspx)
1313
* 1984: [UNIX Operating System Security](https://people.engr.ncsu.edu/gjin2/Classes/246/Spring2019/Security.pdf) ([DOI](https://doi.org/10.1002/j.1538-7305.1984.tb00058.x))
14-
* [Frederick T. Grampp](https://minnie.tuhs.org/pipermail/tuhs/2021-March/023390.html) and [Robert H. Morris](https://en.wikipedia.org/wiki/Robert_Morris_(cryptographer))
14+
* [Frederick T. Grampp](https://www.tuhs.org/pipermail/tuhs/2021-March/023390.html) and [Robert H. Morris](https://en.wikipedia.org/wiki/Robert_Morris_(cryptographer))

0 commit comments

Comments
 (0)