Skip to content

Commit

Permalink
Copy Files From Source Repo (2023-12-22 17:35)
Browse files Browse the repository at this point in the history
  • Loading branch information
olprod committed Dec 23, 2023
1 parent 47359af commit c956396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ layout: home
次の演習は、[Microsoft Learn](https://learn.microsoft.com/training/browse/?terms=OpenAI) のモジュールをサポートするように設計されています。


{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %} {% for activity in labs %}
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Exercises'" %} {% for activity in labs %}
- [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) {% endfor %}

0 comments on commit c956396

Please sign in to comment.