From dbc83b3535251f9b07a6474a1027cb8cd6096bad Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 19 Oct 2018 02:25:04 -0400 Subject: repoint a handful of links to my personal git host --- content/projects.md | 10 +++++----- content/talks.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/projects.md b/content/projects.md index 1ec7fe3..e435c72 100644 --- a/content/projects.md +++ b/content/projects.md @@ -4,20 +4,20 @@ title: "projects i've worked on" ### conf -* [Source](https://github.com/doy/conf) +* [Source](https://git.tozt.net/conf) My (extensive) collection of configuration files. ### runes -* [Source](https://github.com/doy/runes) +* [Source](https://git.tozt.net/runes) Runes is a VT100 terminal emulator for Linux written in C. ### reply * [CPAN](https://metacpan.org/release/Reply) -* [Source](https://github.com/doy/reply) +* [Source](https://git.tozt.net/reply) Reply is a customizable and lightweight REPL for Perl. It provides features like pluggable tab completion, automatic class loading and refreshing, history @@ -28,7 +28,7 @@ plugin system. ### Spreadsheet::ParseXLSX * [CPAN](https://metacpan.org/release/Spreadsheet-ParseXLSX) -* [Source](https://github.com/doy/spreadsheet-parsexlsx) +* [Source](https://git.tozt.net/spreadsheet-parsexlsx) Spreadsheet::ParseXLSX is a Perl module which can read .xlsx files (as generated by new versions of Microsoft Excel). It handles reading both the data @@ -56,7 +56,7 @@ extensions, such as MooseX::NonMoose and MooseX::Aliases. ### Text::Handlebars * [CPAN](https://metacpan.org/release/Text-Handlebars) -* [Source](https://github.com/doy/text-handlebars) +* [Source](https://git.tozt.net/text-handlebars) Text::Handlebars is a port of the Handlebars.js templating language to Perl. It uses a custom parser on top of the Xslate template engine framework. It diff --git a/content/talks.md b/content/talks.md index 3759321..e5d6ec1 100644 --- a/content/talks.md +++ b/content/talks.md @@ -5,7 +5,7 @@ resources: src: "talks/extending_moose_yapc_na_2010/001.html" --- -* YAPC::NA 2014 - [Introduction to Rust](http://www.yapcna.org/yn2014/talk/5360) ([video](http://youtu.be/5EFCMaEbgX4), [transcript](https://github.com/doy/intro-to-rust-yapc-na-2014/blob/master/talk.md), [slides/examples](https://github.com/doy/intro-to-rust-yapc-na-2014/tree/master/examples)) +* YAPC::NA 2014 - [Introduction to Rust](http://www.yapcna.org/yn2014/talk/5360) ([video](http://youtu.be/5EFCMaEbgX4), [transcript](https://git.tozt.net/intro-to-rust-yapc-na-2014/blob/master/talk.md), [slides/examples](https://git.tozt.net/intro-to-rust-yapc-na-2014/tree/master/examples)) * YAPC::EU 2012 - [Dependency Injection with Bread::Board](http://act.yapc.eu/ye2012/talk/4181) ([video](http://youtu.be/Xpk7AV90gd8), [slides](/talks/bread_board_yapc_eu_2012.pdf), [source](/talks/bread_board_yapc_eu_2012.key)) * YAPC::EU 2012 - [TIMTOWTDI in 2012](http://act.yapc.eu/ye2012/talk/4182) * YAPC::NA 2012 - Dependency Injection with Bread::Board ([video](http://youtu.be/DhhaOQWoOpw), [slides](/talks/bread_board_yapc_na_2012/), [source](/talks/bread_board_yapc_na_2012/slides.vroom)) -- cgit v1.2.3-54-g00ecf