Update URLs after migrating to organization (#4348)

* update URLs

* add a change file
This commit is contained in:
Yasser Tahiri
2022-08-08 13:27:35 +01:00
committed by GitHub
parent 460f858cc5
commit e07d73b373
25 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 🤔 Ask a Question
url: 'https://github.com/samuelcolvin/pydantic/discussions/new?category=question'
url: 'https://github.com/pydantic/pydantic/discussions/new?category=question'
about: Ask a question about how to use pydantic using github discussions
+1 -1
View File
@@ -18,5 +18,5 @@
* [ ] Tests pass on CI and coverage remains at 100%
* [ ] Documentation reflects the changes where applicable
* [ ] `changes/<pull request or issue id>-<github username>.md` file added describing change
(see [changes/README.md](https://github.com/samuelcolvin/pydantic/blob/master/changes/README.md) for details)
(see [changes/README.md](https://github.com/pydantic/pydantic/blob/master/changes/README.md) for details)
* [ ] My PR is ready to review, **please add a comment including the phrase "please review" to assign reviewers**