Skip to content

Commit f1c285c

Browse files
authored
Merge pull request #94 from it176131/restructure-dir
Updated paths to entries to jekyll can resolve the paths and build
2 parents 21f928c + d055c8e commit f1c285c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_posts/2024/03/2024-03-23-contributing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7523,7 +7523,7 @@
75237523
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
75247524
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
75257525
<p>As I was working to keep my promise from a
7526-
<a href="{{ site.baseurl }}{% link _posts/2024-03-09-stack-overflow-api.html %}">previous entry</a>,
7526+
<a href="{{ site.baseurl }}{% link _posts/2024/03/2024-03-09-stack-overflow-api.html %}">previous entry</a>,
75277527
I came across a scenario that I thought was worth a blog post.
75287528
I was using the
75297529
<a href="https://rasbt.github.io/mlxtend/"><code>mlxtend</code></a>
@@ -8038,7 +8038,7 @@ <h1 id="Submit">Submit<a class="anchor-link" href="#Submit">¶</a></h1>
80388038
While I wait for one of the package maintainers to green-light my request,
80398039
I'll scope out how difficult it will be to implement the <code>get_feature_names_out</code> method.
80408040
I should also see if I need to write or update any <a href="https://en.wikipedia.org/wiki/Unit_testing">unit tests</a>.
8041-
Catch you in <a href="{{ site.baseurl }}{% link _posts/2024-03-24-contributing-pt2.md %}">part deuce</a> ✌️.</p>
8041+
Catch you in <a href="{{ site.baseurl }}{% link _posts/2024/03/2024-03-24-contributing-pt2.md %}">part deuce</a> ✌️.</p>
80428042
</div>
80438043
</div>
80448044
</div>

_posts/2024/05/2024-05-07-basket-analysis-pt1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7607,7 +7607,7 @@ <h1 id="Tag-Badges">Tag Badges<a class="anchor-link" href="#Tag-Badges">¶</a></
76077607
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
76087608
<p>To start, I need to learn more about the tag badges I'm currently trying to earn.
76097609
I establish a connection to the Stack Exchange API like I did in my post,
7610-
<a href="{{ site.baseurl }}{% link _posts/2024-03-09-stack-overflow-api.html %}"><em>Stack Overflow's API</em></a>.</p>
7610+
<a href="{{ site.baseurl }}{% link _posts/2024/03/2024-03-09-stack-overflow-api.html %}"><em>Stack Overflow's API</em></a>.</p>
76117611
</div>
76127612
</div>
76137613
</div>

_posts/2024/12/2024-12-23-pydantic-xml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Check it out here 👉 [https://it176131.github.io/feed.xml](https://it176131.gi
2525
2626
# pydantic-xml
2727
I mentioned
28-
using [`pydantic`](https://docs.pydantic.dev/latest/) in [a previous post]({{ site.baseurl }}{% link _posts/2024-11-29-dynamic-enums.md %})
28+
using [`pydantic`](https://docs.pydantic.dev/latest/) in [a previous post]({{ site.baseurl }}{% link _posts/2024/11/2024-11-29-dynamic-enums.md %})
2929
for parsing and validating JSON files.
3030
If you explore the library's main page,
3131
you'll hopefully come across a link to the [`awesome-pydantic` repo](https://github.com/Kludex/awesome-pydantic)

0 commit comments

Comments
 (0)