Skip to content

Commit e08f17b

Browse files
authored
Merge pull request #96 from lamtrinhdev/Update_README.md
Update the links for README.md
2 parents 3a6da22 + 7f94b02 commit e08f17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if __name__ == '__main__':
7171

7272
```
7373

74-
Make sure to use [secret reference URIs](https://developer.1password.com/docs/cli/secrets-reference-syntax/) with the syntax `op://vault/item/field` to securely load secrets from 1Password into your code.
74+
Make sure to use [secret reference URIs](https://developer.1password.com/docs/cli/secret-reference-syntax/) with the syntax `op://vault/item/field` to securely load secrets from 1Password into your code.
7575

7676
## Supported functionality
7777

@@ -84,7 +84,7 @@ Operations:
8484
- [x] [Retrieve secrets](https://developer.1password.com/docs/sdks/load-secrets)
8585
- [x] [Retrieve items](https://developer.1password.com/docs/sdks/manage-items#get-an-item)
8686
- [x] [Create items](https://developer.1password.com/docs/sdks/manage-items#create-an-item)
87-
- [x] [Update items](https://developer.1password.com/docs/sdks/manage-items#edit-an-item)
87+
- [x] [Update items](https://developer.1password.com/docs/sdks/manage-items#update-an-item)
8888
- [x] [Delete items](https://developer.1password.com/docs/sdks/manage-items#delete-an-item)
8989
- [x] [List items](https://developer.1password.com/docs/sdks/list-vaults-items/)
9090
- [ ] Add & update tags on items

0 commit comments

Comments
 (0)