Skip to content

Commit

Permalink
docs: update urls
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Jun 16, 2023
1 parent d426d58 commit f0820fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

image: gitpod/workspace-full

tasks:
- name: Install Crystal & Run Tests
before: curl -fsSL https://crystal-lang.org/install.sh | sudo bash
init: make

vscode:
extensions:
- crystal-lang-tools.crystal-lang
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# statsd.cr

A [statsd](https://github.com/etsy/statsd) client library for [Crystal](http://crystal-lang.org/).
A [statsd](https://github.com/statsd/statsd) client library for [Crystal](https://crystal-lang.org/).

![Crystal CI](https://github.com/miketheman/statsd.cr/workflows/Crystal%20CI/badge.svg)
[![Crystal CI](https://github.com/miketheman/statsd.cr/actions/workflows/crystal.yml/badge.svg)](https://github.com/miketheman/statsd.cr/actions/workflows/crystal.yml)

## Installation

Expand Down

0 comments on commit f0820fa

Please sign in to comment.