Skip to content

Commit

Permalink
Merge pull request #562 from lumenisola/replace-old-url-links
Browse files Browse the repository at this point in the history
Replace URL links to the old repository in docs
  • Loading branch information
joethei authored Nov 8, 2024
2 parents 23f8d51 + 2076241 commit 5ea4cb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Full Calendar is open to contributions!
- You can build the plugin for development by running `npm run dev`.
- The [hot reload plugin](https://github.com/pjeby/hot-reload) makes development a lot easier.

To start getting familiar with the codebase, check out the architecture guide at [`src/README.md`](https://github.com/davish/obsidian-full-calendar/blob/main/src/README.md).
To start getting familiar with the codebase, check out the architecture guide at [`src/README.md`](https://github.com/obsidian-community/obsidian-full-calendar/blob/main/src/README.md).
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ You can also open the calendar in the sidebar with the "Open in sidebar" command

## Troubleshooting

If something is not working as expected, you should first try to clear the cache with the command `Full Calendar: Reset Event Cache`. If that didn't fix your problem, then feel free to [submit an issue on GitHub](https://github.com/davish/obsidian-full-calendar/issues).
If something is not working as expected, you should first try to clear the cache with the command `Full Calendar: Reset Event Cache`. If that didn't fix your problem, then feel free to [submit an issue on GitHub](https://github.com/obsidian-community/obsidian-full-calendar/issues).
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Keep your calendar in your vault! This plugin integrates the [FullCalendar](https://github.com/fullcalendar/fullcalendar) library into your Obsidian Vault so that you can keep your ever-changing daily schedule and special events and plans alongside your tasks and notes, and link freely between all of them. Each event is stored as a separate note with special frontmatter so you can take notes, form connections and add context to any event on your calendar.

Most of this documentation is presented as GIF walkthroughs. If something is unclear, don't hesitate to [submit an issue on GitHub](https://github.com/davish/obsidian-full-calendar/issues) or comment on an existing one.
Most of this documentation is presented as GIF walkthroughs. If something is unclear, don't hesitate to [submit an issue on GitHub](https://github.com/obsidian-community/obsidian-full-calendar/issues) or comment on an existing one.

<!-- comment -->

Expand Down

0 comments on commit 5ea4cb0

Please sign in to comment.