From c32ba03cfd850bfd63cadc8504b7014dd936397b Mon Sep 17 00:00:00 2001 From: thepudds Date: Thu, 4 May 2017 10:39:15 -0400 Subject: [PATCH] Updated URL to 'Working with Files' article. (A leading 'www.' now seems to be needed, whereas previously it was not needed at least according to archive.org). --- Articles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Articles.md b/Articles.md index af7f7368..d40922ad 100644 --- a/Articles.md +++ b/Articles.md @@ -42,7 +42,7 @@ Table of Contents * [Idiomatic Doc Comments: Document your function, not your function signature](http://whipperstacker.com/2015/10/14/idiomatic-doc-comments-document-your-function-not-your-function-signature/) _2015-10_14_ * [Best Practices for a new Go Developer](https://medium.com/@IndianGuru/best-practices-for-a-new-go-developer-8660384302fc) _2015-09-01_ * [Golang Refactoring Tools](http://blog.ralch.com/tutorial/golang-tools-refactoring/) _2015-08-30_ - * [Working with Files in Go](http://devdungeon.com/content/working-files-go) _2015-08-23_ + * [Working with Files in Go](http://www.devdungeon.com/content/working-files-go) _2015-08-23_ * [Defer Fun](https://blog.klauspost.com/defer-fun/) _2015-07-25_ * [Things I learned teaching Go - Francesc Campoy](https://medium.com/@francesc/dotgo-things-i-learned-teaching-go-e999f33298cf) _2014-11-24_ * [Understanding Go Packages](http://thenewstack.io/understanding-golang-packages/) _2014-11-01_