Skip to content

Commit 4a5b4d3

Browse files
committed
fixed readme
1 parent 45f2b4f commit 4a5b4d3

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.fernignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ pytest.ini
2626
mypy.ini
2727

2828
README.md
29+
ADVANCED.md
30+
CONTRIBUTING.md
31+
CONFIGURATION.md
2932
resources/

.github/.github/ISSUE_TEMPLATE /.github/ISSUE_TEMPLATE /issue-form.yml

Whitespace-only changes.

.github/.github/ISSUE_TEMPLATE /config.yml

Whitespace-only changes.

CONFIGURATION.md

Whitespace-only changes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ for page in response.iter_pages():
303303

304304
### Advance Usage
305305

306-
For more information related to customization, Timeouts and Retries in the SDK, refer to the [Advanced Usage Guide](./advanced.md)
306+
For more information related to customization, Timeouts and Retries in the SDK, refer to the [Advanced Usage Guide](./ADVANCED.md)
307307

308308

309309
### Using the SDK in Different Contexts
@@ -313,7 +313,7 @@ The Python library can be used in a number of environments with different requir
313313
2. **Docker Environments** - using ENV variables for configuration
314314
3. **Complex Applications** - allowing explicit configuration from mutable stores (e.g. RDBMS / NoSQL)
315315

316-
For more details, refer to the [Configuration Guide](./configuration.md)
316+
For more details, refer to the [Configuration Guide](./CONFIGURATION.md)
317317

318318
## Author
319319

@@ -328,7 +328,7 @@ For more details, refer to the [Configuration Guide](./configuration.md)
328328
## 🤝 Contributing
329329

330330
Contributions, issues and feature requests are welcome!<br/>
331-
Feel free to check [issues page](https://github.com/vectara/python-sdk/issues). You can also take a look at the [contributing guide](./contributing.md).
331+
Feel free to check [issues page](https://github.com/vectara/python-sdk/issues). You can also take a look at the [contributing guide](./CONTRIBUTING.md).
332332

333333
## Show your support
334334

0 commit comments

Comments
 (0)