summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 02:25:04 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 02:25:04 -0400
commitdbc83b3535251f9b07a6474a1027cb8cd6096bad (patch)
tree47e73952a3e4a9a573c310c6385506c721a2fc25
parente2c37401407a8ddfb163a95587d418890a2a4baf (diff)
downloadtozt-hugo-dbc83b3535251f9b07a6474a1027cb8cd6096bad.tar.gz
tozt-hugo-dbc83b3535251f9b07a6474a1027cb8cd6096bad.zip
repoint a handful of links to my personal git host
-rw-r--r--content/projects.md10
-rw-r--r--content/talks.md2
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))