From 3201df5e8e57ba13ac7684b45d2bc94076a32ebf Mon Sep 17 00:00:00 2001 From: Justin Domingus Date: Sun, 28 Apr 2024 09:05:37 -0700 Subject: [PATCH] Rename program --- _config.yml | 4 ++-- index.html | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 8ffaa4a4..c50ca313 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ -title: "Back-End Engineering Curriculum - Turing School of Software and Design" -description: "Open source curriculum for the Turing School of Software and Design's back end engineering program." +title: "Turing Curriculum - Turing School of Software and Design" +description: "Open source curriculum for the Turing School of Software and Design's software engineering program." url: "https://curriculum.turing.edu/" baseurl: '' diff --git a/index.html b/index.html index ffcb9b03..056fdf06 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,11 @@ --- layout: main -title: Back-End Curriculum +title: Turing Curriculum ---
-

Back-End Curriculum

+

Turing Curriculum

Your guide to OOP, Ruby, Rails, databases, and more.

diff --git a/package.json b/package.json index c4fc6083..1564a393 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "front-end-curriculum", + "name": "turing-curriculum", "version": "1.0.0", - "description": "Open source curriculum for Turing School's back-end engineering program.", + "description": "Open source curriculum for Turing School's software engineering program.", "main": "index.html", "dependencies": { "eslint": "^6.7.2",