From a0a4035c4c9f3870a1dd63ddbc7c62405219636e Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Fri, 10 Dec 2021 17:08:56 +0700 Subject: [PATCH] docs: hotfix on links --- .github/workflows/coverage.yml | 1 - README.md | 22 +++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c737f07..3ed1a63 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,7 +6,6 @@ jobs: check: name: Check runs-on: ubuntu-latest - needs: build steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/README.md b/README.md index 7c1d42f..5f4a839 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Bob - SQL Query Builder -[![Go Reference](pkg-go-dev-badge)](pkg-go-dev-link) -[![Go Report Card](go-report-badge)](go-report-link) -![GitHub](license-badge) -[![CodeFactor](codefactor-badge)](codefactor-link) -[![codecov](codecov-badge)](codecov-link) -[![Codacy Badge](codacy-badge)](codacy-link) -[![Test and coverage](actions-badge)](actions-link) +[![Go Reference][pkg-go-dev-badge]][pkg-go-dev-link] +[![Go Report Card][go-report-badge]][go-report-link] +![GitHub][license-badge] +[![CodeFactor][codefactor-badge]][codefactor-link] +[![codecov][codecov-badge]][codecov-link] +[![Codacy Badge][codacy-badge]][codacy-link] +[![Test and coverage][actions-badge]][actions-link] -Bob is an SQL builder library initially made as an extension for [Squirrel](squirrel-url) -with functionality like [Knex](knex-url) (from the Node.js world). Squirrel itself +Bob is an SQL builder library initially made as an extension for [Squirrel][squirrel-url] +with functionality like [Knex][knex-url] (from the Node.js world). Squirrel itself doesn't provide other types of queries for creating a table, upsert, and some other things. Bob is meant to fill those gaps. @@ -27,7 +27,7 @@ yourself, if your problem is specific and needs some micro-tweaks. With that being said, I hope you enjoy using Bob and consider starring or reporting any issues regarding the usage of Bob in your projects. -Oh, and of course, heavily inspired by [Bob the Builder](bob-wikipedia). +Oh, and of course, heavily inspired by [Bob the Builder][bob-wikipedia]. ## Usage @@ -45,7 +45,7 @@ on a production-level applications. In fact, I'm using it on one of my current projects that's getting around 100-200 hits per day. If you have any feature request or improvement ideas for the project, -please kindly open an issue +please kindly open an issue ### Create a table