Skip to content

Commit 4774121

Browse files
committed
cleaning up a few 404 links
1 parent 034a50c commit 4774121

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

content/pages/02-development-environments/19-git.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,6 @@ workflow. These resources will come in handy for specific Git subjects.
195195
through example Git commands. This is a highly recommended read after you've
196196
grasped the basics and are looking to go deeper with Git.
197197

198-
* [How To Host Your Own Private Git Repositories](https://eklitzke.org/how-to-how-your-own-private-git-repositories)
199-
provides the steps for handling private Git repositories on your own
200-
server. This setup is great for either mirroring GitHub repositories
201-
or just getting away from hosted services entirely.
202-
203198
* [How I configure my git in a new computer](https://medium.com/@Tiagojdferreira/how-i-set-up-my-git-in-a-new-computer-85bb461b089f)
204199
shows how to handle a `.gitconfig` file, with
205200
[an example Gist](https://gist.github.com/Tiagojdferreira/115ecac229e176e48d520c59b022e4fb)

content/pages/03-data/14-neo4j.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ of the database.
3535
Transform and Load (ETL) tool to move your data from one database such as
3636
[MySQL](/mysql.html) into Neo4j.
3737

38-
* [Migrating from MySQL to Neo4j](https://engineering.logicgate.com/migrating-from-mysql-to-neo4j-2f6cb63a73c8)
39-
gives specific advice about how your data can change during a migration from
40-
a relational database to a graph database which the author did not know
41-
before undertaking their own migration.
42-
4338

4439
### Neo4j resources
4540
* [Building a Recommendation Engine with Neo4j and Python](https://www.youtube.com/watch?v=ILjTikVhT9k)

content/pages/examples/sqlalchemy/sqlalchemy-extensions-plug-ins.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ sourced under the
148148
and
149149
[PyPI package information](https://pypi.org/project/SQLAlchemy-Utils/))
150150
is a code library with various helper functions and new data types
151-
that make it easier to use [SQLAlchemy](/sqlachemy.html) when building
151+
that make it easier to use [SQLAlchemy](/sqlalchemy.html) when building
152152
projects that involve more specific storage requirements such as
153153
[currency](https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#module-sqlalchemy_utils.types.currency).
154154
The wide array of

0 commit comments

Comments
 (0)