From fd5bdf327d4fd7b99adcb5243ab73c99f795fe6d Mon Sep 17 00:00:00 2001 From: Steven Ferrer Date: Thu, 4 Nov 2021 09:05:29 +0800 Subject: [PATCH] Update README.md and go.mod file --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 733967a..70d0610 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Multi-Select Facet Example -An example of multi-select facet using [Solr](https://lucene.apache.org/solr), [Vue](https://vuejs.org) and [Go](http://go.dev/). +An example of multi-select facet using [Solr](https://solr.apache.org), [Vue](https://vuejs.org) and [Go](http://go.dev/). -Blog post: [Multi-Select Facet with Solr, Vue and Go](https://sf9v.github.io/posts/multi-select-facet-solr-vue-go/) +Blog post: [Multi-Select Facet with Solr, Vue and Go](https://stevenferrer.github.io/posts/multi-select-facet-solr-vue-go/) ![screenshot](./screenshot.png) @@ -44,7 +44,7 @@ $ yarn serve // or npm run serve ## Contributing -Feel free to improve this project by [make a pull-request](https://github.com/sf9v/multi-select-facet/pulls) or [opening an issue](https://github.com/sf9v/multi-select-facet/issues). +Feel free to improve this project by [make a pull-request](https://github.com/stevenferrer/multi-select-facet/pulls) or [opening an issue](https://github.com/stevenferrer/multi-select-facet/issues). ## License diff --git a/go.mod b/go.mod index a8189da..c420a42 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/sf9v/multi-select-facet +module github.com/stevenferrer/multi-select-facet go 1.15