Removed trailing slash

Travis is the stickler I never knew I wanted.
This commit is contained in:
Tyler Normile
2017-06-16 10:19:55 -04:00
committed by GitHub
parent 5623eb06bd
commit ec053cf660

View File

@@ -303,7 +303,7 @@ When learning CS there are some useful sites you must know to get always informe
* [Developer Tea](https://spec.fm/podcasts/developer-tea) : A podcast for developers designed to fit inside your tea break.
* [Full Stack Radio](http://www.fullstackradio.com/) : Everything from product design and user experience to unit testing and system administration.
* [Software Engineering Daily](https://softwareengineeringdaily.com/) : A daily technical interview about software topics
* [The Bike Shed](http://bikeshed.fm/) : Guests discuss their development experience and challenges with Ruby, Rails, JavaScript, and others.
* [The Bike Shed](http://bikeshed.fm) : Guests discuss their development experience and challenges with Ruby, Rails, JavaScript, and others.
# Building a Simple Compiler/interpreter
* [Resources for Amateur Compiler Writers](http://c9x.me/compile/bib/)