Skip to content

Commit 680acf3

Browse files
authored
Changed URL to Continuous Delivery medium post, redirect to personal website (#152)
1 parent 5291743 commit 680acf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2019-07-09-get-the-most-out-of-the-linker-map-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ process when debugging. Yet, the answer sometimes lies in that particular file.
1515

1616
The map file provides valuable information that can help you understand and optimize memory.
1717
I highly recommend keeping that file for any firmware running in production.
18-
This is one of the few artifacts I keep in [my CD pipeline](https://medium.com/equisense/firmware-quality-assurance-continuous-delivery-125884194ea5).
18+
This is one of the few artifacts I keep in [my CD pipeline](http://www.cyrilfougeray.com/2020/10/03/firmware-qa-ci-cd.html).
1919

2020
The map file is a symbol table for the whole program. Let's dive
2121
into it to see how simple it is and how you can effectively use it.

_posts/2019-09-17-continuous-integration-for-firmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ all about it in the comments, or at
560560

561561
## Reference & Links
562562

563-
[^1]: For example, see [this medium post](https://medium.com/equisense/firmware-quality-assurance-continuous-delivery-125884194ea5) by the equisense team.
563+
[^1]: For example, see [this post](http://www.cyrilfougeray.com/2020/10/03/firmware-qa-ci-cd.html) by an Equisense team member.
564564
[^2]: [Circle CI](https://circleci.com)
565565
[^3]: [Circle CI Documentation - Jobs, Steps, Workflows]((https://circleci.com/docs/2.0/jobs-steps/#section=getting-started).)
566566
[^4]: [Checkout Step - CircleCI](https://circleci.com/docs/2.0/configuration-reference/#checkout)

0 commit comments

Comments
 (0)