Skip to content

Commit bdc9a8e

Browse files
authored
docs: move repo links to xdebug org (#474)
1 parent 416b1fc commit bdc9a8e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Debug Adapter for Visual Studio Code
22

3-
[![vs marketplace](https://img.shields.io/vscode-marketplace/v/felixfbecker.php-debug.svg?label=vs%20marketplace)](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) [![downloads](https://img.shields.io/vscode-marketplace/d/felixfbecker.php-debug.svg)](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) [![rating](https://img.shields.io/vscode-marketplace/r/felixfbecker.php-debug.svg)](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) [![build status](https://img.shields.io/github/workflow/status/felixfbecker/vscode-php-debug/build/main?logo=github)](https://github.com/felixfbecker/vscode-php-debug/actions?query=branch%3Amain) [![codecov](https://codecov.io/gh/felixfbecker/vscode-php-debug/branch/main/graph/badge.svg)](https://codecov.io/gh/felixfbecker/vscode-php-debug) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![chat: on gitter](https://badges.gitter.im/felixfbecker/vscode-php-debug.svg)](https://gitter.im/felixfbecker/vscode-php-debug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
3+
[![vs marketplace](https://img.shields.io/vscode-marketplace/v/felixfbecker.php-debug.svg?label=vs%20marketplace)](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) [![downloads](https://img.shields.io/vscode-marketplace/d/felixfbecker.php-debug.svg)](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) [![rating](https://img.shields.io/vscode-marketplace/r/felixfbecker.php-debug.svg)](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) [![build status](https://img.shields.io/github/workflow/status/xdebug/vscode-php-debug/build/main?logo=github)](https://github.com/xdebug/vscode-php-debug/actions?query=branch%3Amain) [![codecov](https://codecov.io/gh/xdebug/vscode-php-debug/branch/main/graph/badge.svg)](https://codecov.io/gh/xdebug/vscode-php-debug) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
44

55
![Demo GIF](images/demo.gif)
66

@@ -110,10 +110,10 @@ Please also note that setting any of the CLI debugging options will not work wit
110110

111111
## Troubleshooting
112112

113-
- Ask a question on [Gitter](https://gitter.im/felixfbecker/vscode-php-debug)
114-
- If you think you found a bug, [open an issue](https://github.com/felixfbecker/vscode-php-debug/issues)
113+
- Ask a question on [StackOverflow](https://stackoverflow.com/)
114+
- If you think you found a bug, [open an issue](https://github.com/xdebug/vscode-php-debug/issues)
115115
- Make sure you have the latest version of this extension and XDebug installed
116-
- Try out a simple PHP file to recreate the issue, for example from the [testproject](https://github.com/felixfbecker/vscode-php-debug/tree/main/testproject)
116+
- Try out a simple PHP file to recreate the issue, for example from the [testproject](https://github.com/xdebug/vscode-php-debug/tree/main/testproject)
117117
- In your php.ini, set [`xdebug.remote_log = /path/to/logfile`](https://xdebug.org/docs/remote#remote_log)
118118
(make sure your webserver has write permissions to the file)
119119
- Set `"log": true` in your launch.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
],
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/felixfbecker/vscode-php-debug.git"
31+
"url": "https://github.com/xdebug/vscode-php-debug.git"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/felixfbecker/vscode-php-debug/issues"
34+
"url": "https://github.com/xdebug/vscode-php-debug/issues"
3535
},
3636
"dependencies": {
3737
"file-url": "^3.0.0",

0 commit comments

Comments
 (0)