diff --git a/README.md b/README.md index c544d50bd7..01ce5e1d23 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ To import Evernote data, first export your Evernote notebooks to ENEX files as d In the **desktop application**, open File > Import > ENEX and select your file. The notes will be imported into a new separate notebook. If needed they can then be moved to a different notebook, or the notebook can be renamed, etc. -In the **terminal application**, in [command-line mode](readme/terminal.md#command-line-mode), type `import /path/to/file.enex`. This will import the notes into a new notebook named after the filename. +In the **terminal application**, in [command-line mode](https://github.com/laurent22/joplin/blob/dev/readme/terminal.md#command-line-mode), type `import /path/to/file.enex`. This will import the notes into a new notebook named after the filename. ## Importing from Markdown files @@ -157,7 +157,7 @@ Joplin can import notes from plain Markdown file. You can either import a comple In the **desktop application**, open File > Import > MD and select your Markdown file or directory. -In the **terminal application**, in [command-line mode](readme/terminal.md#command-line-mode), type `import --format md /path/to/file.md` or `import --format md /path/to/directory/`. +In the **terminal application**, in [command-line mode](https://github.com/laurent22/joplin/blob/dev/readme/terminal.md#command-line-mode), type `import --format md /path/to/file.md` or `import --format md /path/to/directory/`. ## Importing from other applications diff --git a/readme/blog/20200220-190804.md b/readme/blog/20200220-190804.md index b1c03b8275..344e7c892d 100644 --- a/readme/blog/20200220-190804.md +++ b/readme/blog/20200220-190804.md @@ -4,7 +4,7 @@ Good news, our Google Summer of Code 2020 application [has been accepted](https: Since we made the announcement back in November, we already had a few students submitted pull requests and getting themselves familiar with the codebase. -We hope some of them will work on [the project ideas](https://joplinapp.org/gsoc2020/ideas.html) we've suggested, and develop some great features this summer! +We hope some of them will work on [the project ideas](https://joplinapp.org/gsoc2020/ideas/) we've suggested, and develop some great features this summer! * * * diff --git a/readme/gsoc2020/ideas.md b/readme/gsoc2020/ideas.md index 129f166716..d184f4f29f 100644 --- a/readme/gsoc2020/ideas.md +++ b/readme/gsoc2020/ideas.md @@ -1,6 +1,6 @@ # GSoC 2020 Ideas -2020 is Joplin first round at Google Summer of Code. Detailed information on how to get involved and apply are given in the [general Summer of Code introduction](https://joplinapp.org/gsoc2020/) +2020 is Joplin first round at Google Summer of Code. Detailed information on how to get involved and apply are given in the [general Summer of Code introduction](https://joplinapp.org/gsoc2020/index/) **These are all proposals! We are open to new ideas you might have!!** Do you have an awesome idea you want to work on with Joplin but that is not among the ideas below? That's cool. We love that! But please do us a favour: Get in touch with a mentor early on and make sure your project is realistic and within the scope of Joplin.