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

Add Fabri Di Napoli blog #1169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@
* Evan Miller http://www.evanmiller.org/

#### F individuals
* Fabri Di Napoli https://fabridinapoli.com/
Copy link

Choose a reason for hiding this comment

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

Convert bare URL to markdown link.

To adhere to markdownlint rules and improve readability, convert the bare URL to a markdown link.

Apply this diff to fix the issue:

- * Fabri Di Napoli https://fabridinapoli.com/
+ * [Fabri Di Napoli](https://fabridinapoli.com/)
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
* Fabri Di Napoli https://fabridinapoli.com/
* [Fabri Di Napoli](https://fabridinapoli.com/)
Tools
Markdownlint

373-373: null
Bare URL used

(MD034, no-bare-urls)

* Federico Cargnelutti https://blog.fedecarg.com/
* Federico Tomassetti https://tomassetti.me/
* Filippo Valsorda https://blog.filippo.io/
Expand Down
1 change: 1 addition & 0 deletions engineering_blogs.opml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
<outline type="rss" text="Evan Hahn" title="Evan Hahn" xmlUrl="https://evanhahn.com/blog/index.xml" htmlUrl="http://evanhahn.com/"/>
<outline type="rss" text="Evan Jones" title="Evan Jones" xmlUrl="http://www.evanjones.ca/index.rss" htmlUrl="http://www.evanjones.ca/chronological.html"/>
<outline type="rss" text="Evan Miller" title="Evan Miller" xmlUrl="http://www.evanmiller.org/news.xml" htmlUrl="http://www.evanmiller.org/"/>
<outline type="rss" text="Fabri Di Napoli" title="Fabri Di Napoli" xmlUrl="https://fabridinapoli.com/feed" htmlUrl="https://fabridinapoli.com/"/>
<outline type="rss" text="Federico Cargnelutti" title="Federico Cargnelutti" xmlUrl="https://blog.fedecarg.com/feed/" htmlUrl="https://blog.fedecarg.com/"/>
<outline type="rss" text="Federico Tomassetti" title="Federico Tomassetti" xmlUrl="https://tomassetti.me/wp-json/wp/v2/pages/6218" htmlUrl="https://tomassetti.me/"/>
<outline type="rss" text="Filippo Valsorda" title="Filippo Valsorda" xmlUrl="https://words.filippo.io/rss/" htmlUrl="https://blog.filippo.io/"/>
Expand Down