Skip to content

Commit f80501d

Browse files
authored
Update Readme to fix broken link and info about reporting issues in JIRA. (#2646)
* Update Readme Update readme to fix broken link and add info about reporting issues in JIRA. * minor update --------- Co-authored-by: bisht42 <[email protected]>
1 parent 5e542bc commit f80501d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,19 @@ It is compatible with Laravel 10.x. For older versions of Laravel, please refer
1616
- [Eloquent Models](docs/eloquent-models.md)
1717
- [Query Builder](docs/query-builder.md)
1818
- [Transactions](docs/transactions.md)
19-
- [User Authentication](docs/authentication.md)
19+
- [User Authentication](docs/user-authentication.md)
2020
- [Queues](docs/queues.md)
2121
- [Upgrading](docs/upgrade.md)
2222

2323
## Reporting Issues
2424

25-
Issues pertaining to the library should be reported as
26-
[GitHub Issue](https://github.com/mongodb/laravel-mongodb/issues/new/choose).
25+
Think you’ve found a bug in the library? Want to see a new feature? Please open a case in our issue management tool, JIRA:
26+
27+
- [Create an account and login.](https://jira.mongodb.org/)
28+
- Navigate to the [PHPORM](https://jira.mongodb.org/browse/PHPORM) project.
29+
- Click Create - Please provide as much information as possible about the issue type and how to reproduce it.
30+
31+
Note: All reported issues in JIRA project are public.
2732

2833
For general questions and support requests, please use one of MongoDB's
2934
[Technical Support](https://mongodb.com/docs/manual/support/) channels.

0 commit comments

Comments
 (0)