Skip to content

Commit 9a0955f

Browse files
committed
Update Go ebook to store.openfaas.com
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent d3163e9 commit 9a0955f

5 files changed

Lines changed: 5 additions & 5 deletions

_posts/2019-02-14-serverless-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Each function is automatically secured with HTTPS to encrypt traffic.
217217

218218
### Read the code
219219

220-
> OpenFaaS is written in Go. Checkout my new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up.
220+
> OpenFaaS is written in Go. Checkout my new book [Everyday Go](http://store.openfaas.com/l/everyday-golang?layout=profile) for practical tips and hands-on examples to gain experience quickly or to level-up.
221221
222222
You can find the code for all three functions in the following GitHub repo. Fork or star the repo and share with your network.
223223

_posts/2019-04-10-golang-serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ OpenFaaS provides a flexible templating system and build process through the use
357357

358358
You can learn how to deploy OpenFaaS to Kubernetes and build functions and microservices using the [OpenFaaS workshop](https://github.com/openfaas/workshop/).
359359

360-
> OpenFaaS is written in Go. Checkout my new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up.
360+
> OpenFaaS is written in Go. Checkout my new book [Everyday Go](http://store.openfaas.com/l/everyday-golang?layout=profile) for practical tips and hands-on examples to gain experience quickly or to level-up.
361361
362362
### Join the community
363363

_posts/2021-01-31-gitea-faas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Once logged in, we will create a git repository so when we need to add webhooks
176176

177177
For this guide we will be using golang for the Gitea bot, but you can use any language that you are comfortable working with.
178178

179-
> OpenFaaS and Gitea are both written in Go. Checkout Alex's new book [Everyday Go](https://gumroad.com/l/everyday-golang) for practical tips and hands-on examples to gain experience quickly or to level-up.
179+
> OpenFaaS and Gitea are both written in Go. Checkout Alex's new book [Everyday Go](http://store.openfaas.com/l/everyday-golang?layout=profile) for practical tips and hands-on examples to gain experience quickly or to level-up.
180180
181181
To get started, we'll need to pull the prebuilt OpenFaaS template, and create the skeleton of a function using `faas-cli`.
182182

_posts/2022-08-08-searching-for-raspberrypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Further work:
432432

433433
* For the function to be invoked on the 10-minute schedule, you'll need to deploy the cron-connector as described in [Serverless For Everyone Else](https://openfaas.gumroad.com/l/serverless-for-everyone-else)
434434
* You may want to edit the "UK" filter that I added, and optionally, extend the 24 hour window. Why not read the value from [os.Getenv](https://pkg.go.dev/os) or [os.LookupEnv](https://pkg.go.dev/os) and add it to stock-finder.yml so it's easier to configure?
435-
* I'd also encourage you to use a database table or Redis to store which GUIDs have been alerted on or processed already. I cover how to do this in the [Premium Edition of Everyday Golang](https://gumroad.com/l/everyday-golang).
435+
* I'd also encourage you to use a database table or Redis to store which GUIDs have been alerted on or processed already. I cover how to do this in the [Premium Edition of Everyday Golang](http://store.openfaas.com/l/everyday-golang?layout=profile).
436436
* Why not figure out the vendor from the text in the URL and send along a URL to Discord, so you can get to the product page even quicker?
437437

438438
You may also like my our work with handling events and forwarding them to Discord, or running other custom logic.

_posts/2022-10-14-access-kubernetes-from-a-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ functions:
193193
com.openfaas.serviceaccount: fn-events
194194
```
195195
196-
> If you want to learn how to build functions with Go, check out [Alex's book (Premium Edition)](https://gumroad.com/l/everyday-golang) for lots of examples.
196+
> If you want to learn how to build functions with Go, check out [Alex's book (Premium Edition)](http://store.openfaas.com/l/everyday-golang?layout=profile) for lots of examples.
197197
198198
We will be using the Kubernetes client package for Go to access data and resources in the cluster. The function first creates a new clientset with an in-cluster configuration. The clientset is then used to list the events for a specific namespace.
199199

0 commit comments

Comments
 (0)