Skip to content

Commit 9e6fdad

Browse files
committed
docs: update all documentation URLs to use proxycheck.io/api
1 parent f5fbc15 commit 9e6fdad

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ We will respond within 48 hours and work with you to resolve the issue.
333333
- Check the [documentation](https://github.com/johanviberg/proxycheck-sdk#readme)
334334
- Search [existing issues](https://github.com/johanviberg/proxycheck-sdk/issues)
335335
- Ask questions in issues with the `question` label
336-
- Join the [ProxyCheck.io Discord](https://discord.gg/proxycheck) community
337336

338337
### Stay Updated
339338

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
544544

545545
## Support
546546

547-
- 📖 [ProxyCheck.io Documentation](https://docs.proxycheck.io)
547+
- 📖 [ProxyCheck.io API Documentation](https://proxycheck.io/api)
548548
- 🐛 [SDK Issues](https://github.com/johanviberg/proxycheck-sdk/issues)
549-
- 💬 [ProxyCheck.io Discord](https://discord.gg/proxycheck)
550-
- 📧 [ProxyCheck.io Support](mailto:support@proxycheck.io)
549+
- 🌐 [ProxyCheck.io Website](https://proxycheck.io)
551550

552551
## Changelog
553552

examples/run-all-examples.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ async function main() {
121121
}
122122

123123
console.log('\n📚 For more information:');
124-
console.log(' • Documentation: https://docs.proxycheck.io');
125-
console.log(' • GitHub: https://github.com/your-org/proxycheck-sdk');
126-
console.log(' • Support: support@proxycheck.io');
124+
console.log(' • API Documentation: https://proxycheck.io/api');
125+
console.log(' • GitHub: https://github.com/johanviberg/proxycheck-sdk');
126+
console.log(' • ProxyCheck.io: https://proxycheck.io');
127127

128128
process.exit(failureCount === 0 ? 0 : 1);
129129
}

0 commit comments

Comments
 (0)