Skip to content

Commit bed1342

Browse files
author
Chris Swierczewski
committed
Fix image links in LDA README
1 parent e78cc9d commit bed1342

File tree

2 files changed

+4
-4
lines changed
  • introduction_to_amazon_algorithms/lda_topic_modeling
  • scientific_details_of_algorithms/lda_topic_modeling

2 files changed

+4
-4
lines changed

introduction_to_amazon_algorithms/lda_topic_modeling/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
An introductory notebook on using Amazon SageMaker to train and use LDA models.
44

55
<p align="center">
6-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_documents.png">
7-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_topics.png">
6+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_documents.png">
7+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/lda_topic_modeling/img/img_topics.png">
88
</p>
99

1010
## References

scientific_details_of_algorithms/lda_topic_modeling/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
A scientific deep dive on Amazon SageMaker for training and using LDA models.
44

55
<p align="center">
6-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/scientific_details_of_algorithms/lda_topic_modeling/img/img_documents.png">
7-
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/lda_topic_modeling/scientific_details_of_algorithms/lda_topic_modeling/img/img_topics.png">
6+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/scientific_details_of_algorithms/lda_topic_modeling/img/img_documents.png">
7+
<img src="https://github.com/awslabs/amazon-sagemaker-examples/blob/master/scientific_details_of_algorithms/lda_topic_modeling/img/img_topics.png">
88
</p>
99

1010
## References

0 commit comments

Comments
 (0)