Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,9 @@
#### S technologies
* Sketch https://blog.sketchapp.com/
* Swift https://developer.apple.com/swift/blog/

#### T technologies
* TigerBeetle https://tigerbeetle.com/blog
Comment on lines +607 to +608
Copy link

Choose a reason for hiding this comment

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

Format the URL to comply with markdownlint.

The URL for "TigerBeetle" is bare and should be enclosed in angle brackets or formatted as a markdown link to comply with markdownlint rules.

Apply this diff to fix the issue:

* TigerBeetle <https://tigerbeetle.com/blog>
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
#### T technologies
* TigerBeetle https://tigerbeetle.com/blog
#### T technologies
* TigerBeetle <https://tigerbeetle.com/blog>
Tools
Markdownlint

608-608: null
Bare URL used

(MD034, no-bare-urls)

----

# RSS feeds
Expand Down
1 change: 1 addition & 0 deletions engineering_blogs.opml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@
<outline type="rss" text="Rust" title="Rust" xmlUrl="https://blog.rust-lang.org/feed.xml" htmlUrl="https://blog.rust-lang.org/"/>
<outline type="rss" text="Sketch" title="Sketch" xmlUrl="https://blog.sketchapp.com/blog/feed.xml" htmlUrl="https://blog.sketchapp.com/"/>
<outline type="rss" text="Swift" title="Swift" xmlUrl="https://developer.apple.com/swift/blog/news.rss" htmlUrl="https://developer.apple.com/swift/blog/"/>
<outline type="rss" text="TigerBeetle" title="TigerBeetle" xmlUrl="https://tigerbeetle.com/index.xml" htmlUrl="https://tigerbeetle.com/blog"/>
</outline>
</body>
</opml>