Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos and link broken #3403

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

xiaoxianBoy
Copy link

@xiaoxianBoy xiaoxianBoy commented Apr 18, 2024

fix some typos and link broken

Summary by CodeRabbit

  • Documentation

    • Updated the continuous integration hosting URL for ARM64 builds in the README.
  • Bug Fixes

    • Corrected a typo in a log message within the update checker to enhance accuracy in version reporting.

Copy link

coderabbitai bot commented Apr 18, 2024

Walkthrough

The recent updates include a modification to the README.md file, where the URL for ARM64 builds hosted by MacStadium has been updated. Additionally, a typo correction was made in the UpdateChecker.java file, changing "lastest" to "latest" to enhance the clarity of version reporting in log messages.

Changes

File Path Change Summary
README.md Updated the URL for ARM64 builds hosted by MacStadium.
src/.../ui/fxapp/UpdateChecker.java Corrected a typo in a log message from "lastest" to "latest".

🐰✨
A tiny tweak, a URL neat,
From "lastest" to "latest", isn't that sweet?
Every line of code, carefully sown,
In the digital garden, where progress is grown.
Hop, hop, hooray, for updates today! 🎉
🐰✨


Recent Review Details

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 0585262 and bc8e652.
Files selected for processing (2)
  • README.md (1 hunks)
  • src/main/java/org/cryptomator/ui/fxapp/UpdateChecker.java (1 hunks)
Files skipped from review due to trivial changes (1)
  • src/main/java/org/cryptomator/ui/fxapp/UpdateChecker.java
Additional Context Used
LanguageTool (23)
README.md (23)

Near line 11: Possible spelling mistake found.
Context: ...mmunity.cryptomator.org) ## Supporting Cryptomator Cryptomator is provided free of charge...


Near line 12: Possible spelling mistake found.
Context: ...omator.org) ## Supporting Cryptomator Cryptomator is provided free of charge as an open-s...


Near line 13: Possible missing comma found.
Context: ...ce project despite the high development effort and is therefore dependent on donations...


Near line 15: Possible spelling mistake found.
Context: ... - [One-time or recurring donation via Cryptomator's website.](https://cryptomator.org/#do...


Near line 16: Possible spelling mistake found.
Context: ...or.org/#donate) - [Become a sponsor via Cryptomator's sponsors website.](https://cryptomato...


Near line 42: Possible spelling mistake found.
Context: ...osting for ARM64 builds is provided by [MacStadium](https://www.macstadium.com/company/ope...


Near line 49: Possible spelling mistake found.
Context: ...eight="100"> --- ## Introduction Cryptomator offers multi-platform transparent clien...


Near line 50: Possible missing comma found.
Context: ... Introduction Cryptomator offers multi-platform transparent client-side encryption of y...


Near line 52: Possible spelling mistake found.
Context: ...the cloud. Download native binaries of Cryptomator on [cryptomator.org](https://cryptomato...


Near line 52: Possible spelling mistake found.
Context: ...://cryptomator.org/) or clone and build Cryptomator using Maven (instructions below). ## F...


Near line 56: Possible spelling mistake found.
Context: ... Dropbox, Google Drive, OneDrive, MEGA, pCloud, ownCloud, Nextcloud and any other clou...


Near line 57: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...h synchronizes with a local directory - Open Source means: No backdoors, control is better ...


Near line 64: Using many exclamation marks might seem excessive (in this case: 7 exclamation marks for a text that’s 3383 characters long)
Context: ...nd commits for the security of your data!! 🎉 ### Privacy - 256-bit keys (un...


Near line 64: Possible spelling mistake found.
Context: ...ommits for the security of your data!! 🎉 ### Privacy - 256-bit keys (unlimite...


Near line 69: Possible spelling mistake found.
Context: ... policy bundled with native binaries) - Scrypt key derivation - Cryptographically secu...


Near line 70: Possible spelling mistake found.
Context: ...e random numbers for salts, IVs and the masterkey of course - Sensitive data is wiped fro...


Near line 72: Unpaired symbol: ‘]’ seems to be missing
Context: ...wiped from the heap asap - Lightweight: [Complexity kills security](https://www.s...


Near line 77: Possible spelling mistake found.
Context: ...ns are transactional and atomic, if the filesystems support it - Each file contains all inf...


Near line 78: Unpaired symbol: ‘]’ seems to be missing
Context: ...of course), no common metadata means no [SPOF](http://en.wikipedia.org/wiki/Singl...


Near line 78: Possible spelling mistake found.
Context: ...f course), no common metadata means no [SPOF](http://en.wikipedia.org/wiki/Single_po...


Near line 82: Possible missing comma found.
Context: ...e For more information on the security details visit [cryptomator.org](https://docs.cr...


Near line 88: Possible spelling mistake found.
Context: ...lding ### Dependencies * JDK 21 (e.g. temurin, zulu) * Maven 3 ### Run Maven ``` mv...


Near line 88: Possible spelling mistake found.
Context: ...# Dependencies * JDK 21 (e.g. temurin, zulu) * Maven 3 ### Run Maven ``` mvn clea...

Additional comments not posted (1)
README.md (1)

42-42: Updated URL for MacStadium looks correct.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@CLAassistant
Copy link

CLAassistant commented Apr 18, 2024

CLA assistant check
All committers have signed the CLA.

@@ -39,7 +39,7 @@ Cryptomator is provided free of charge as an open-source project despite the hig

### Special Shoutout

Continuous integration hosting for ARM64 builds is provided by [MacStadium](https://www.macstadium.com/opensource).
Continuous integration hosting for ARM64 builds is provided by [MacStadium](https://www.macstadium.com/company/opensource).

<a href="https://www.macstadium.com/opensource"><img src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png" alt="MacStadium" height="100"></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This URL needs to be fixed as well I guess.

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.

None yet

3 participants