File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments