Skip to content

Commit 77fe7d1

Browse files
committed
fix api link; update social links
1 parent 8b75afe commit 77fe7d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ author:
3737
- label: "GitHub"
3838
icon: "fab fa-fw fa-github-square"
3939
url: "https://github.com/scikit-learn"
40-
- label: "Twitter"
41-
icon: "fab fa-fw fa-twitter-square"
42-
url: "https://twitter.com/scikit_learn"
43-
- label: "YouTube"
44-
icon: "fab fa-fw fa-youtube"
45-
url: "https://youtube.com/channel/UCJosFjYm0ZYVUARxuOZqnnw"
4640
- label: "LinkedIn"
4741
icon: "fab fa-fw fa-linkedin"
4842
url: "https://linkedin.com/company/scikit-learn/"
43+
- label: "YouTube"
44+
icon: "fab fa-fw fa-youtube"
45+
url: "https://www.youtube.com/@scikit-learn"
4946
- label: "Facebook"
5047
icon: "fab fa-fw fa-facebook-square"
5148
url: "https://facebook.com/scikitlearnofficial/"
5249
- label: "Instagram"
5350
icon: "fab fa-fw fa-instagram"
5451
url: "https://instagram.com/scikitlearnofficial/"
52+
- label: "Twitter"
53+
icon: "fab fa-fw fa-twitter-square"
54+
url: "https://twitter.com/scikit_learn"
5555

5656

5757
# Site Footer
@@ -65,7 +65,7 @@ footer:
6565
url: "https://twitter.com/scikit_learn"
6666
- label: "YouTube"
6767
icon: "fab fa-fw fa-youtube"
68-
url: "https://youtube.com/channel/UCJosFjYm0ZYVUARxuOZqnnw"
68+
url: "https://www.youtube.com/@scikit-learn"
6969
- label: "LinkedIn"
7070
icon: "fab fa-fw fa-linkedin"
7171
url: "https://linkedin.com/company/scikit-learn/"

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main:
1414
- title: "User Guide"
1515
url: "https://scikit-learn.org/stable/user_guide"
1616
- title: "API"
17-
url: "https://scikit-learn.org/stable/modules/classes"
17+
url: "https://scikit-learn.org/stable/api/index"
1818
- title: "Examples"
1919
url: "https://scikit-learn.org/stable/auto_examples/index"
2020

@@ -41,7 +41,7 @@ docs:
4141
- title: Community
4242
children:
4343
- title: "Monthly Meeting Minutes"
44-
url: https://github.com/scikit-learn/administrative/tree/master/meeting_notes
44+
url: https://github.com/scikit-learn/administrative/tree/master/monthly_meetings
4545

4646
- title: Mailing List
4747
children:

0 commit comments

Comments
 (0)