Skip to content

Commit

Permalink
update config file and add Netlify badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Anderson committed Feb 19, 2021
1 parent 308e78f commit 6456333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# EDLD 653: Functional Programming for Educational Data Science

[![Netlify Status](https://api.netlify.com/api/v1/badges/ac9b0e98-68ce-42c1-b23c-300f62796de4/deploy-status)](https://app.netlify.com/sites/fp-2021/deploys)


This repo houses all the materials (as they are updated) for a course on functional programming in [#rstats](https://twitter.com/hashtag/rstats). For more information please see the [course website]().
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: #https://mlm2-2021.netlify.app
baseURL: https://fp-2021.netlify.app/
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
languageCode: en-us
title: Functional Programming for Educational Data Science
Expand Down Expand Up @@ -39,7 +39,7 @@ menu:
weight: 5
- name: Class repo
pre: github
url: #https://github.com/datalorax/mlm2
url: https://github.com/uo-datasci-specialization/c3-fp-2021
weight: 6

params:
Expand Down

0 comments on commit 6456333

Please sign in to comment.