This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2472271 Update blog.html
2472271 is described below
commit 24722718757c0f4ed6dcb56dc4b1b189f82dd79d
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Sun Aug 1 22:58:40 2021 -0700
Update blog.html
---
_layouts/blog.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/blog.html b/_layouts/blog.html
index e044db5..3001577 100644
--- a/_layouts/blog.html
+++ b/_layouts/blog.html
@@ -23,7 +23,7 @@ layout: default
<div class="navbar-aligned">
<ol class="breadcrumb">
<li class="mr-1"><a href="/index.html">Home</a></li>
- <li class="mr-1"><a href="/blogs.html">Learn</a></li>
+ <li class="mr-1"><a href="/blogs.html">Resources</a></li>
<li class="mr-1 active">{{ page.active_crumb }}</li>
</ol>