Skip to content

Commit 80f7cc1

Browse files
committed
Rename title to 'Tools for Programming'
1 parent 4b3a10e commit 80f7cc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

00-FrontMatter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tools For Computer Scientists
3-
subtitle: Or, How To Use A Computer Real Good
2+
title: Tools For Programming
3+
subtitle: How To Use A Computer Real Good
44
author: Natasha Jarus and Michael Wisely
55
institute: Missouri University of Science and Technology
66

@@ -38,7 +38,7 @@ include-before: |
3838
3939
\begingroup
4040
The source code for this book is available at
41-
[https://github.com/LearnYouSomeComputer/Tools-For-Computer-Scientists](https://github.com/LearnYouSomeComputer/Tools-For-Computer-Scientists).
41+
[https://github.com/LearnYouSomeComputer/Tools-For-Programming](https://github.com/LearnYouSomeComputer/Tools-For-Programming).
4242
\input{.commit-info.tex}
4343
4444
We welcome questions, corrections, and improvements!

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MD_PIECES = 00-FrontMatter.md \
1717

1818
EXTENSIONS = raw_tex+fenced_code_attributes
1919

20-
TITLE = tools-for-computer-scientists
20+
TITLE = tools-for-programming
2121

2222
# Runs every time `make` is called;
2323
# check to see whether the index has become dirty!

0 commit comments

Comments
 (0)