Skip to content

Commit 59c2955

Browse files
committed
update readme badges; fix pages repo link
1 parent 577bad0 commit 59c2955

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Arduino Library for the SparkFun Qwiic Soil Moisture Sensor
77

88
![Release](https://img.shields.io/github/v/release/sparkfun//SparkFun_Soil_Moisture_Arduino_Library)
99
![Release Date](https://img.shields.io/github/release-date/sparkfun//SparkFun_Soil_Moisture_Arduino_Library?display_date=published_at)
10-
![Documentation - build](https://img.shields.io/github/actions/workflow/status/sparkfun/SparkFun_Soil_Moisture_Arduino_Library/pages%2Fpages-build-deployment?label=Documentation)
11-
![GitHub issues](https://img.shields.io/github/issues/sparkfun//SparkFun_Soil_Moisture_Arduino_Library)
10+
![License](https://img.shields.io/github/license/sparkfun/SparkFun_Soil_Moisture_Arduino_Library)
11+
![Documentation - build](https://img.shields.io/github/actions/workflow/status/sparkfun/SparkFun_Soil_Moisture_Arduino_Library/build-deploy-ghpages.yml)
12+
![GitHub issues](https://img.shields.io/github/issues/sparkfun/SparkFun_Soil_Moisture_Arduino_Library)
1213

1314

1415
The [SparkFun Qwiic Soil Moisture Sensor (SEN-17731)](https://www.sparkfun.com/sparkfun-qwiic-soil-moisture-sensor.html) is a simple breakout for measuring the moisture in soil and similar materials. The soil moisture sensor is pretty straightforward to use. The two large, exposed pads function as probes for the sensor, together acting as a variable resistor. The more water that is in the soil means the better the conductivity between the pads will be, resulting in a lower resistance and a higher SIG out.

docs/doxygen/doxygen-custom/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<body>
3939

4040
<!-- https://tholman.com/github-corners/ -->
41-
<a href="https://github.com/sparkfun/SparkFun_Toolkit" class="github-corner" title="View source on GitHub">
41+
<a href="https://github.com/sparkfun/SparkFun_Soil_Moisture_Arduino_Library" class="github-corner" title="View source on GitHub">
4242
<svg viewBox="0 0 250 250" style="position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
4343
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
4444
<path

0 commit comments

Comments
 (0)