Skip to content

Commit dd0ada4

Browse files
Clarifying Donfig Reference in Configuration Documentation (#844)
* fixing documentation typo * revert to donfig, add link to donfig
1 parent c34bb3c commit dd0ada4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Note that `batch_size` is not currently supported for Lithops.
222222

223223
## Debugging
224224

225-
You can use Donfig's `pprint` method if you want to check which configuration settings are in effect when you code is run:
225+
You can use [Donfig](https://donfig.readthedocs.io/en/latest/)'s `pprint` method if you want to check which configuration settings are in effect when you code is run:
226226

227227
```python
228228
from cubed import config

0 commit comments

Comments
 (0)