Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Jul 24, 2024
1 parent 5efee0b commit cd3d173
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fail-fast: false
matrix:
python:
- 3.8
- 3.9
- 3.10
- 3.11
- '3.8'
- '3.9'
- '3.10'
- '3.11'
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to the lincbrain documentation
======================================

The `lincbrain <https://github.com/linc/linc-cli>`_ library provides both a
The `lincbrain <https://github.com/lincbrain/linc-cli>`_ library provides both a
command line interface (CLI) and a Python API for interacting with `LINC Data
Platform <https://lincbrain.org>`_.

Expand Down

0 comments on commit cd3d173

Please sign in to comment.