Skip to content

docs: Update README documentation link#2802

Open
noahsilas wants to merge 6 commits into
bigcalendar:masterfrom
noahsilas:fix-readme-docs-link
Open

docs: Update README documentation link#2802
noahsilas wants to merge 6 commits into
bigcalendar:masterfrom
noahsilas:fix-readme-docs-link

Conversation

@noahsilas
Copy link
Copy Markdown

This link was pointed at the GitHub pages url rooted under the username jquense, but the canonical repo seems to have moved under the bigcalendar username.

You can see that this is the case by trying to fetch the old repository from the GitHub API:

$ curl -L https://api.github.com/repos/jquense/react-big-calendar
{
  "id": 41187219,
  "node_id": "MDEwOlJlcG9zaXRvcnk0MTE4NzIxOQ==",
  "name": "react-big-calendar",
  "full_name": "bigcalendar/react-big-calendar",
  ...
}

Updating this link lets people get to the documentation and demos without needing to do this investigation.

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

The best way to propose a feature is to open an issue first and discuss your ideas there before implementing them.

Always follow the contribution guidelines when submitting a pull request.

github-actions Bot and others added 6 commits May 19, 2026 00:20
…igcalendar#2797)

getDerivedStateFromProps was unconditionally overwriting needLimitMeasure
with localizer.neq(date, state.date, 'month'), which reset it to false
when the month hadn't changed. This prevented the resize handler from
triggering measureRowLimit() in componentDidUpdate.

Fixes bigcalendar#2789

Co-authored-by: Maks Pikov <mixelburg@users.noreply.github.com>
This link was pointed at the GitHub pages url rooted under the username
`jquense`, but the canonical repo seems to have moved under the
`bigcalendar` username.

You can see that this is the case by trying to fetch the old repository
from the GitHub API:

```console
$ curl -L https://api.github.com/repos/jquense/react-big-calendar
{
  "id": 41187219,
  "node_id": "MDEwOlJlcG9zaXRvcnk0MTE4NzIxOQ==",
  "name": "react-big-calendar",
  "full_name": "bigcalendar/react-big-calendar",
  ...
}
```

Updating this link lets people get to the documentation and demos
without needing to do this investigation.

Signed-off-by: Noah Silas <noah@medplum.com>
@cutterbl
Copy link
Copy Markdown
Collaborator

@noahsilas Yes, the repository was moved late last week. We are in the process of updating all of the relavent info throughout the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants