Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing wrong link in README #96

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ with sync_playwright() as playwright, playwright.chromium.launch(headless=False)
- [Log into sites with AgentQL](https://github.com/tinyfish-io/agentql/tree/main/examples/log_into_sites)
- [Run script in headless browser](https://github.com/tinyfish-io/agentql/tree/main/examples/run_script_in_headless_browser)
- [Save and reuse logged in state](https://github.com/tinyfish-io/agentql/tree/main/examples/save_and_load_authenticated_session)
- [Run AgentQL in Stealth Mode](https://github.com/tinyfish-io/fish-tank/tree/main/examples/stealth_mode)
- [Run AgentQL in Stealth Mode](https://github.com/tinyfish-io/agentql/tree/main/examples/stealth_mode)
- [Wait for page to load](https://github.com/tinyfish-io/agentql/tree/main/examples/wait_for_entire_page_load)
- [Collect pricing data from an e-commerce website using AgentQL](https://github.com/tinyfish-io/fish-tank/tree/main/examples/close_cookie_dialog)
- [Perform sentiment analysis](https://github.com/tinyfish-io/fish-tank/tree/main/application_examples/perform_sentiment_analysis)
- [Get an element's XPath](https://github.com/tinyfish-io/fish-tank/tree/main/application_examples/xpath)
- [Collect pricing data from an e-commerce website using AgentQL](https://github.com/tinyfish-io/agentql/tree/main/application_examples/collect_ecommerce_pricing_data)
- [Perform sentiment analysis](https://github.com/tinyfish-io/agentql/tree/main/application_examples/perform_sentiment_analysis)
- [Get an element's XPath](https://github.com/tinyfish-io/agentql/tree/main/application_examples/xpath)
- [Run script online in Google Colaboratory](./examples/run_script_online_in_google_colab)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this (using relative links) might actually be a better idea in terms of being prone to renames, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching these! You make a good case. I endorse it for a future update


For comprehensive guides and API references, check out our [official documentation](https://docs.agentql.com).
Expand Down
Loading