Skip to content

Commit

Permalink
docs: Fixed missing link on docs home page and corrected contributing…
Browse files Browse the repository at this point in the history
… guide… (#31)
  • Loading branch information
parth-kulkarni1 authored Aug 15, 2024
1 parent d1f71ef commit 946729e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# provenaclient
# Contributing Guidelines

A client library for interfacing with a Provena instance.
This is the contributing guidelines for the client library.

## Usage

Expand Down Expand Up @@ -28,7 +28,7 @@ You can then make vs code use this environment easily with `ctrl + shift + p` se
5) Verify that your poetry is now running, using the command `poetry --version`.


# Provena Client CI/CD and Release Process
## Provena Client CI/CD and Release Process

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To get started with the Provena Python Client, you first need to install it. You
pip install provenaclient
```

Once you have installed, checked out the following [Example Notebook](./example.ipynb) on how to correctly start using the Provena Python Client.
Once you have installed, check out the following reference examples [Example Notebook](./example-client-workflow.ipynb) on how to correctly start using the Provena Python Client.

# Documentation Sections

Expand Down

0 comments on commit 946729e

Please sign in to comment.